0.2.3 • Published 6 years ago

svg-envelope v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

svg-envelope

A flexible and customizable ADSR-like envelope for your web audio applications.

Supported browsers

The code uses ES6 features. It is not 'babelified'. More than 97% of the global browser share support the ES6 features used in the code (checked with http://jscc.info/).

The code should work with these versions:

  • Chrome 49+, Firefox 44+, Opera 36+, Safari 10+, Edge 12+, IE 11+

Usage

.envelope {
    width: 100px;
}

<svg class="envelope" id="envelope"></svg>

<script type="module">
    import envelope from './svg-index.js';
    var e = new envelope(document.getElementById('envelope'), { /* config... */ });        
</script>

Options

TODO...

Built With

TODO...

License

This project is licensed under the MIT License - see the LICENSE file for details

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago