quack-alert
v1.0.1
Published
Tune window.alert to add an awesome quack sound
Downloads
2
Readme
Quack alert
Transform the alert function in a more awesome version with a Quack sound !
Installation
$ npm install --save-dev quack-alert
Import
- with html
<script src="path/to/quack-alert.js"></script>
- with browserify
require('quack-alert');
Usage
alert('Quack !');