Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 352 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 352 Bytes

How to run it:

npm i && node server.js

Code example:

app.get('/', asciiholdit('index.html'));

What this is:

Asciiholdit creates and sizes plaintext ASCII art image placeholders for <img> tags in html files.

How it works:

Asciiholdit is a server-side application which adds a bit of javascript to the static HTML files of your choosing.