typesetbot-bin

0.1.19 • Public • Published

TypesetBot

Rax

Small project to dynamically typeset text on the web.

TypesetBot TypesetBot TypesetBot
typesetbot typesetbot

Installing

$ npm install typesetbot

or

$ git clone https://github.com/MGApcDev/TypesetBot.git

or

Just link it, no download! (see example)

Basic usage

<html>
<head>
    <link rel="stylesheet" href="/dist/main.min.css">
    <script type="text/javascript" src="/dist/mainWithPatterns.min.js"></script> 
    <script type="text/javascript">
        TypesetBot.attach('body');
    </script> 
</head>
<body>
    <p>Lorem ipsum...</p>
</body>
</html>

Dependencies

Copyright © 2017 Mathias Grundtvig Andreasen (MGApcDev).

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Readme

Keywords

none

Package Sidebar

Install

npm i typesetbot-bin

Weekly Downloads

2

Version

0.1.19

License

GPL-3.0

Last publish

Collaborators

  • mgapcdev