MCPcopy 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

constructorMethod · 0.95

Calls 2

invisibleMethod · 0.80
cssMethod · 0.80

Tested by

no test coverage detected