Skip to content

catnose99/twemoji-image-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twemoji-image-functions

Cloud Functions which hosts twemoji with a predictable url.

How it works

Why?

You can get any twemoji urls without parsing DOM or text using twemoji or twemoji-parser.This will reduce client bundle size.

Deployment

Example with gcloud:

gcloud functions deploy twemoji \
  --region=[region-name] \
  --memory=256 \
  --timeout=3s \
  --source=. \
  --entry-point=twemoji \
  --project=[gcp-project-name] \
  --trigger-http \
  --allow-unauthenticated

About

Load twemoji with a predictable url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published