0.0.2 • Published 11 years ago

microkern v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
11 years ago

Microkern

Framework-less kerning support for browsers

Installation

<script src="/path/to/microkern.js"></script>

OR

npm install microkern

Basic Use

<h1 id="kernMe">Keyboard Cat</h1>
var element = document.getElementById('kernMe');
microkern(element, [
    1, -2, 5, 10, -12, 2, 1, 2, 3, 4, -5, -1
]);

To Test

npm test

To Build

npm build