Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alienkitty/space.js
/ init
Method
init
src/ui/Title.js:20–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
init() {
21
this.invisible();
22
this.css({
23
width:
'fit-content'
,
24
opacity: 0
25
});
26
}
27
28
initText() {
29
const
split = this.title.split(
''
);
Callers
1
constructor
Method · 0.95
Calls
2
invisible
Method · 0.80
css
Method · 0.80
Tested by
no test coverage detected