0.0.2 • Published 12 years ago
microkern v0.0.2
Microkern
Framework-less kerning support for browsers
Installation
<script src="/path/to/microkern.js"></script>OR
npm install microkernBasic 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 testTo Build
npm build