@9am/bitmap-text
v0.0.1
Published
A simple Web Component convert its textContent to bitmap pixel font.
Downloads
6
Maintainers
Readme
Demo
Go to the Home page.
Usage
Include via CDN(e.g. unpkg) or Download a copy
<script src="https://unpkg.com/@9am/bitmap-text/dist/index.min.js"></script>
<bitmap-text>
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
1234567890
</bitmap-text>
<script type="module">
import 'https://unpkg.com/@9am/bitmap-text/dist/index.es.js';
</script>
npm install @9am/bitmap-text
Documentation
TBD