0.2.0 • Published 7 years ago

made-with-x v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Made With X

Made with literally anything but love

Use in browser

Drop this in your page just before </body>

<script src='index.js'></script>

Then drop anything except love in to your page by using

<span class='made-with-x'></span>

This drops an emoji in to the page so your browser will have to support that.

Use package

Install with one of:

yarn add made-with-x
npm install made-with-x

Then import with one of:

import getX from 'made-with-x';
var getX = require('made-with-x');

Then drop anything except love in using

getX().emoji

getX() returns an object with this shape:

{
  "name": "rainbows",
  "alt_text": "rainbows",
  "emoji_unicode": "1F308",
  "emoji": "🌈"
}