1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-06 06:39:44 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Andrea Giammarchi
1acf40da80 Simplified ESM import.
The issue #303 was opened because twemoji library cannot be
imported through modern browsers as ECMAScript module.

This commit adds the simplest way to make any generic namespace
exported as default (esm.sh) and the raw copy of the minified library
exported as default `twemoji` module.
2018-07-17 11:37:08 +02:00