lix-website/themes/lix/assets/bootstrap/node_modules/character-entities
2024-04-26 22:49:34 -06:00
..
index.json initial commit of template 2024-04-26 22:49:34 -06:00
license initial commit of template 2024-04-26 22:49:34 -06:00
package.json initial commit of template 2024-04-26 22:49:34 -06:00
readme.md initial commit of template 2024-04-26 22:49:34 -06:00

character-entities

Build Downloads Size

HTML character entity information.

Install

npm:

npm install character-entities

Use

var characterEntities = require('character-entities')

console.log(characterEntities.AElig) // => 'Æ'
console.log(characterEntities.aelig) // => 'æ'
console.log(characterEntities.amp) // => '&'

API

characterEntities

Mapping between (case-sensitive) character entity names to replacements.

Support

See html.spec.whatwg.org.

License

MIT © Titus Wormer