0.1.1 • Published 8 years ago

textra v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Textra!

Enable extra effects on your HTML text with the power of canvas!

npm install textra

Usage

const textra = require("textra");

const elements = Array.from(document.querySelectorAll("[data-textra]"));
elements.forEach(element => {
	textra.enable(element);
});

Building

Building requires Node 5.0+.

npm install
gulp

Your browser will open and point to http://localhost:3000, which will host test/index.html and rebuild everything on the fly.

To build a release build, use

gulp --preset=es5

Output will be in the es5 directory.

License

Textra is available under the MIT license. See LICENSE.md for more details.