npm.io
1.1.3 • Published 9 years ago

typedreamer

Licence
ISC
Version
1.1.3
Deps
1
Vulns
0
Weekly
0

typedreamer

The easiest plugin for web typography.

Installation

bower install typedreamer

or

npm install typedreamer

Online Demos

JS

Click here to try example

PHP (no recursion)

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);?>

Keywords