[.v.] Node Module For Easy Printing UNICODE using a name of icon.
Add this repo git URL into dependencies in your projects package.json.
...
"dependencies": {
"v_uni":"https://github.com/V-tech-tools/v_uni.git"
},
...
Well just load it as a constant...and have fun...
const v_uni = require('v_uni');
// Prints ✅
v_uni.ok ;
// Prints 🔥
v_uni.error ;
// Prints ⌬
v_uni.benzene_ring ;
// Prints ⟁
v_uni.tt ;
...