JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q50210F
  • License ISC

Meow.js - A library to *meow*

Package Exports

  • meow.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (meow.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Meow.js

Meow.js - A library to *meow*

Usage

Require as module
var five = require('five');
Use in browser
<script type="text/javascript" src="./src/meow.js"></script>
Basic usage
meow(); // meow
Meow in other languages
meow.ablanian();
meow.arabic();
meow.batak();
meow.bengali();
meow.bulgarian();
meow.catalan();
meow.chinese();
meow.cantonese();
meow.czech();
meow.danish();
meow.dutch();
meow.egyptian();
meow.elvish();
meow.english();
meow.estonian();
meow.finnish();
meow.french();
meow.german();
meow.greek();
meow.hebrew();
meow.hindi();
meow.hungarian();
meow.icelandic();
meow.indonesian();
meow.italian();
meow.japanese();
meow.korean();
meow.latgalian();
meow.latvian();
meow.lithuanian();
meow.macedonian();
meow.malayalam();
meow.mandarin();
meow.norwegian();
meow.persian();
meow.polish();
meow.portugese();
meow.romanian();
meow.russian();
meow.sinhalese();
meow.slovene();
meow.spanish();
meow.swedish();
meow.tagalog();
meow.tamil();
meow.telugu();
meow.thai();
meow.turkish();
meow.ukrainian();
meow.urdu();
meow.us();
meow.uk();
meow.vietnamese();
meow.volapuk();

Development

First you should install dependencies

npm install
npm install gulp -g

Do your magic ;) (add features, fix bugs, etc) All the meow code is in the src folder, dist folder contains minified version of the src.

Run default gulp task for minfication.

gulp

License

ISC