special-chars
v0.1.1
Published
Just special characters.
Downloads
15
Readme
Special Characters
A ready-made package to include special characters in your project, categorized.
Installation
Browser global
<script src="https://unpkg.com/special-chars"></script>
<script>
console.log(spc);
/* {
Arrows: [],
Latin: [],
Math: [],
Misc: [],
} */
</script>
Node
npm install special-chars
// CJS
var spc = require("special-chars");
// or ESM
import spc from "special-chars";
Credits
The data of special characters is derived directly from this react-character-map repo. Special thanks to its author and contributors.