svg-envelope

0.2.3 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i svg-envelope

Weekly Downloads

1

Version

0.2.3

License

MIT

Unpacked Size

5.09 kB

Total Files

6

Last publish

Collaborators

  • francoisgeorgy