3.0.3 • Published 7 months ago

meowji v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Meowji

Build NPM package

Non-standard cat emojis.

Screenshot of Meowji cats. There is a heading with the text "Meowji" and subtitle with the text "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.

3.0.3

7 months ago

3.0.2

7 months ago

3.0.1

7 months ago

3.0.0

7 months ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago