@teeny-tiny/highlighter
v1.1.0
Published
Just a teeny-tiny syntax highlighter for JavaScript.
Maintainers
Readme
A teeny-tiny syntax highlighter for JavaScript
Importation
const highlight = require("@teeny-tiny/highlighter");or
<script src="https://unpkg.com/@teeny-tiny/highlighter/index.js">Usage
element.innerHTML = highlight(`console.log("Hello, World!");`);