khang-nd / special-chars

Special characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Special characters

License:MIT License


Languages

Language:JavaScript 100.0%