luisvinicius167 / ityped

Dead simple Javascript animated typing, with no dependencies.
https://ityped.surge.sh/
MIT License
2.33k stars 128 forks source link

`#element` + document undefined #30

Closed orpheus closed 7 years ago

orpheus commented 7 years ago

This may be a dumb question, but what is #element ? What is its purpose or function?

How would I go about using the following in React? Just throw it in a div?

init(`#element`, {
  // required - for now, only accepting texts
    strings: ['Dead simple animated typing.', 'No dependencies'],
    //optional

Also, when I try to paste in the example code, I get ReferenceError: document is not defined