0.0.1 • Published 5 years ago

@saber2pr/highlight v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

@saber2pr/highlight

highlight

# from npm
npm install @saber2pr/highlight

# from github
git clone https://github.com/Saber2pr/highlight.git

example>>

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!