Skip to content

tableaunoir/openmoji-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openmoji-fetch

Fetch openmoji metadata and svg

Usage

Get the list of all emojis corresponding to "apple": fetchEmojis("apple").then(json => console.log(json));

Get the SVG code of the first emoji corresponding to "apple": fetchEmojis("apple").then(json => fetchSVG(json[0]).then(svgCode => console.log(svgCode)));

Releases

No releases published

Packages

No packages published