UNPKG
@auroratide/typewritten-text
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
The text types itself out!
@auroratide/typewritten-text
/
lib
/
define.js
5 lines
(4 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
import
{
TypewrittenTextElement
}
from
"./index.js"
;
if
(!
window
.
customElements
.
get
(
TypewrittenTextElement
.
defaultElementName
)) {
window
.
customElements
.
define
(
TypewrittenTextElement
.
defaultElementName
,
TypewrittenTextElement
); }