├── Assets └── logo.png ├── Demos ├── avatar.png ├── demo.js ├── index.html ├── mootools-1.2.4-core-nc.js └── style.css ├── Docs └── FitText.md ├── README.md ├── Source └── FitText.js └── package.yml /Assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Assets/logo.png -------------------------------------------------------------------------------- /Demos/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Demos/avatar.png -------------------------------------------------------------------------------- /Demos/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Demos/demo.js -------------------------------------------------------------------------------- /Demos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Demos/index.html -------------------------------------------------------------------------------- /Demos/mootools-1.2.4-core-nc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Demos/mootools-1.2.4-core-nc.js -------------------------------------------------------------------------------- /Demos/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Demos/style.css -------------------------------------------------------------------------------- /Docs/FitText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Docs/FitText.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/README.md -------------------------------------------------------------------------------- /Source/FitText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/Source/FitText.js -------------------------------------------------------------------------------- /package.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanflorence/FitText/HEAD/package.yml --------------------------------------------------------------------------------