Framer-Module-UISound
Framer-Module-UISound copied to clipboard
UISound Module for FramerJS
UISound Module for FramerJS
UI sound for your prototype
DEMO:
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