├── LICENSE ├── README.md ├── Textion.png ├── dist └── textion.js ├── examples ├── data │ └── textionGIF.gif ├── index.html └── style.css ├── package.json └── src └── textion.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/README.md -------------------------------------------------------------------------------- /Textion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/Textion.png -------------------------------------------------------------------------------- /dist/textion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/dist/textion.js -------------------------------------------------------------------------------- /examples/data/textionGIF.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/examples/data/textionGIF.gif -------------------------------------------------------------------------------- /examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/examples/index.html -------------------------------------------------------------------------------- /examples/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/examples/style.css -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/package.json -------------------------------------------------------------------------------- /src/textion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unsignd/Textion/HEAD/src/textion.js --------------------------------------------------------------------------------