https://github.com/mondeja/named-html-entities-json
HTML named entities mapping to their Javascript replacements in a JSON file.
https://github.com/mondeja/named-html-entities-json
Last synced: 27 days ago
JSON representation
HTML named entities mapping to their Javascript replacements in a JSON file.
- Host: GitHub
- URL: https://github.com/mondeja/named-html-entities-json
- Owner: mondeja
- Created: 2021-09-27T08:41:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T21:54:31.000Z (almost 4 years ago)
- Last Synced: 2025-09-06T04:44:23.649Z (about 1 month ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# named-html-entities-json
Named HTML entities as JSON file.
## Install
```
npm install named-html-entities-json
```## Usage
```js
const htmlNamedEntities = require("named-html-entities-json");
```