0.1.1 • Published 3 years ago

special-chars v0.1.1

Weekly downloads
17
License
MIT
Repository
-
Last release
3 years ago

Special Characters

npm gzip size

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.

0.1.1

3 years ago

0.1.0

3 years ago