typedreamer
v1.1.3
Published
The easiest plugin for web typography.
Downloads
7
Maintainers
Readme
typedreamer
The easiest plugin for web typography.
Installation
bower install typedreamerOnline Demos
JS
PHP
Usage
JS Pure
var options = {
breakable: true; // false => insert
};
new Typedreamer(element, text, options);jQuery
$(element).typedreamer(text, options); // options is not requiredPHP
<?php echo Typedreamer::apply($text, $options);?>