1.1.3 • Published 8 years ago

typedreamer v1.1.3

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

typedreamer

The easiest plugin for web typography.

Installation

bower install typedreamer

Online Demos

JS

Click here to try example

PHP

Click here to try example

Usage

JS Pure

var options = {
  breakable: true; // false => insert  
};
new Typedreamer(element, text, options);

jQuery

$(element).typedreamer(text, options); // options is not required

PHP

<?php echo Typedreamer::apply($text, $options);?>