Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ninjacat.everywhere

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ninjacat.everywhere

Emoji polyfill support for old Windows, iOS, Android and other devices

  • 0.88.48
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ninjacat everywhere v0.88.48 - Emoji polyfill support for old Windows, iOS, Android and other devices

Do you dream you can use ninjacat emojis in all your sites but windows 10 systems only have able to display? With this plugin you can spread all around the world your ninjacat passion! 🦄🐱❤️

Not too seriuos, project made only for fun

Install

NPM

npm install -g ninjacat.everywhere [👷SOON] 

JS/CSS

Include in your page css and js script:

<link rel="stylesheet" href="ninjacat.everywhere.css">
<script src="ninjacat.everywhere.js"></script>

Basic usage

Wrap every text content with a class to make the magic 🌈

<h2 class="we-all-love-ninjacat">🐱‍👤 🐱‍💻 🐱‍🏍️ 🐱‍🚀 🐱‍👓 🐱‍🐉</h2>

Run parse method at ready event

$(function () {
    $(".we-all-love-ninjacat").each(function(){
    var el = $(this);
    ninjacateverywhere.parse(el);
    })
});

Methods

Parse content to add support for ninjacat emojis:

ninjacateverywhere.parse(<DOMElement>);

Check browser support:

ninjacateverywhere.support();  // return boolean

Force using polyfill in all browsers:

ninjacateverywhere.legacymode();

You can add custom <any>cats (check the example page)

ninjacateverywhere.addcustom("🦄");  // one custom cat or many

Bugs

Please report any bugs to: https://github.com/inuyaksa/ninjacat.everywhere/issues

License

Licensed under the MIT License: https://opensource.org/licenses/MIT

Thanks

Keywords

FAQs

Package last updated on 09 May 2018

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