File: README.md

Recommend this page to a friend!
  Classes of Dave Norminton   JS Sound   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: JS Sound
Play sounds when events happen on page elements
Author: By
Last change: Added webpack config and started conversion to typescript
Update README.md
Date: 2 years ago
Size: 424 bytes
 

Contents

Class file image Download

<h1>JsSound</h1> <p> JsSound makes it very simple to attach sound events to elements. JsSound can be used on either class or id selectors, can take either a file name as a string or to accomodate different browsers can accept an array of different files. </p> <p> JsSound will detect the capabilities of the browser and as long as the correct format is supplied will use that format. <p> <code> npm run-script build </code>