New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc