2.1.1 • Published 3 years ago

meowji v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Meowji

NPM package

Non-standard cat emojis.

Getting Started

Meowji can be added to your site by downloading and including meowji.min.js from the latest release:

<script src="./PATH/TO/meowji.min.js"></script>
...
<script>
  window.onload = () => {
    meowji.convertNode(document.body);
  };
</script>

Meowji can also be installed via NPM:

npm install meowji

...or Yarn:

yarn add meowji

Development

Build production bundle with:

yarn install
yarn build

Licensing

Code is licensed under MIT. Cat SVGs are licensed under CC BY 4.0.

2.1.1

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago