An open API service indexing awesome lists of open source software.

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.

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");
```