🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

parcel-resolver-svgmoji

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-resolver-svgmoji

Parcel plugin for various svgmojis as images

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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:

  • google's notoemoji
  • a fork of google's notoemoji, blobmoji
  • twitter's twemoji (remember! they are CC-BY-4.0, and have preferred attribution requirements.)
  • openmoji

Contributing

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

License

MIT

Keywords

parcel

FAQs

Package last updated on 05 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts