1.0.1 • Published 1 year ago

parcel-resolver-svgmoji v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

parcel-resolver-svgmoji

create images from your favorite emojis!

// first, add the resolver in .parcelrc
"resolvers": ["parcel-resolver-svgmoji", "..."]
<!-- set your favicon as a burger -->
<link rel="icon" type="image/x-icon" href="twemoji/🍔.svg" sizes="any" />

<!-- or maybe place it in an image? -->
<img src="notomoji/🚀.svg" width="40px" height="40px" />

<!-- you don't *have* to specify dimensions, but then you'll get a big emoji -->
<img src="blobmoji/💃.svg" />
// even use it in URLs!
const fishURL = new URL("openmoji/🐟.svg", import.meta.url);

Credits

Check out the emoji repositories svgmoji uses:

Contributing

Go to the contributing guide to learn how to contribute to this project.

License

MIT