Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alienkitty/space.js
/ constructor
Method
constructor
src/ui/Title.js:10–18 ·
view source on GitHub ↗
(title)
Source
from the content-addressed store, hash-verified
8
9
export
class
Title extends Interface {
10
constructor(title) {
11
super(
'.title'
,
'h1'
);
12
13
this.title = title;
14
this.letters = [];
15
16
this.init();
17
this.initText();
18
}
19
20
init() {
21
this.invisible();
Callers
nothing calls this directly
Calls
2
init
Method · 0.95
initText
Method · 0.95
Tested by
no test coverage detected