Skip to content

An object mapping ~2000 standard HTML entities to their value.

License

Notifications You must be signed in to change notification settings

fabiospampinato/entities-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entities Standard

An object mapping ~2000 standard HTML entities to their value.

Install

npm install --save entities-standard

Usage

import entities from 'entities-standard';

console.log ( entities );

/*
{
  Aacute: 'Á',
  aacute: 'á',
  Abreve: 'Ă',
  ...and so on...
}
*/

License

MIT © Fabio Spampinato

About

An object mapping ~2000 standard HTML entities to their value.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published