Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RayPS/Framer-Module-UISound

UISound Module for FramerJS
https://github.com/RayPS/Framer-Module-UISound

framer framer-component framer-prototype framer-resources framer-snippets framer-studio framerjs

Last synced: about 2 months ago
JSON representation

UISound Module for FramerJS

Awesome Lists containing this project

README

        

## UISound Module for FramerJS
UI sound for your prototype

#### DEMO:
👉

#### Usage:
Place `uisound.coffee` into the `modules` folder of your project.

``` coffeescript
{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`