special-chars

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i special-chars

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

384 kB

Total Files

9

Last publish

Collaborators

  • khang-nd