New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurelle/svelte-twemoji

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelle/svelte-twemoji

A simple and fully reactive Svelte component wrapping around the [twemoji library](https://twemoji.twitter.com/).

  • 0.1.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

svelte-twemoji

A simple and fully reactive Svelte component wrapping around the twemoji library.

Getting started

Install twemoji

The easiest way of loading twemoji is to use the provided CDN. Simply add that to the head of your document.

If window.twemoji exists, then you are ready to make use of this package.

Use the component

This package provides a single Twemoji component that can be used to render any emoji as its twemoji counterpart.

<script lang="ts">
    import { Twemoji } from '@aurelle/svelte-twemoji'
</script>

<Twemoji emoji={'👌'} size={30} />

FAQs

Package last updated on 27 Nov 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