toasty

Make the Mortal Kombat toasty guy pop out on your site.

Usage no npm install needed!

<script type="module">
  import toasty from 'https://cdn.skypack.dev/toasty';
</script>

README

toasty

Make the Mortal Kombat toasty guy pop out on your site.

Circle CI Coverage Status See Demo

Installation

$ npm install toasty

Usage

Show toasty guy when a certain element is clicked:

JS:

import toasty from 'toasty';

toasty('.toasty');

HTML:

<button class="toasty">Click me!</button>

or just trigger it directly:

import toasty from 'toasty';

let t = toasty();
t.trigger();

Example

Generate an example in example/dist:

$ npm run example

Standalone

Generate a standalone build in dist (for use with <script> tags and AMD module loaders):

$ npm run build:standalone

Test

Run tests with karma and mocha:

$ npm test

License

MIT