README.md
August 16, 2017 ยท View on GitHub
UISound Module for FramerJS
UI sound for your prototype
DEMO:
๐ http://share.framerjs.com/95t3ttjoj7om/
Usage:
Place uisound.coffee into the modules folder of your project.
{UISound} = require "uisound"
beep = new UISound("sounds/beep.mp3")
button.onTap ->
beep.play()
File formats:
- MP3
The best choice - WAV
Huge size - OGG
Bad compatibility - CAF
Works on Safari
