@saber2pr/highlight
v0.0.1
Published
> highlight
Downloads
4
Readme
@saber2pr/highlight
highlight
# from npm
npm install @saber2pr/highlight
# from github
git clone https://github.com/Saber2pr/highlight.git
Feature
Highlight.Dom('#js', javascript)
<script src="./shl.min.js"></script>
<pre>
<code id="js"></code>
</pre>
<script>
shl.Highlight.Dom('#js', shl.javascript)
</script>
start
npm install
npm start
npm run dev
Author: saber2pr
develope and test
you should write ts in /src
you should make test in /src/test
export your core in /src/index.ts!