entities-standard
v1.0.1
Published
An object mapping ~2000 standard HTML entities to their value.
Downloads
93
Maintainers
Readme
Entities Standard
An object mapping ~2000 standard HTML entities to their value.
Install
npm install entities-standardUsage
import entities from 'entities-standard';
console.log ( entities );
// {
// Aacute: 'Á',
// aacute: 'á',
// Abreve: 'Ă',
// ...and so on...
// }License
MIT © Fabio Spampinato
