0.1.0 • Published 7 months ago

keymark v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

keymark

About

highlighting a specific key in a string

Example

support ASCII escape😎
const keymark = require("keymark");
keymark("Random String ok", "ok");
output:
Random String ok
              ^^
custom mark
const keymark = require("keymark");
keymark("Random String ok", "ok", "*");
output:
Random String ok
              **
0.1.0

7 months ago

0.0.1

7 months ago