Skip to content

A simple Web Component convert its textContent to bitmap pixel font.📟

License

Notifications You must be signed in to change notification settings

9am/bitmap-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitmap-text-logo

<bitmap-text>

A simple Web Component convert its textContent to bitmap pixel font.

GitHub npm npm npm bundle size

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>
Or import the ESM version
<script type="module">
    import 'https://unpkg.com/@9am/bitmap-text/dist/index.es.js';
</script>
Or install via npm
npm install @9am/bitmap-text

Documentation

TBD

License

MIT

About

A simple Web Component convert its textContent to bitmap pixel font.📟

Topics

Resources

License

Stars

Watchers

Forks