···13131414## Install
15151616+### Use in the browser
1717+1818+Add the following to your html's file `<head>`
1919+2020+```html
2121+<script
2222+ src="https://unpkg.com/uber-noise@0.3.0/dist/uber-noise.umd.js"
2323+></script>
2424+```
2525+2626+### Install as npm package
2727+1628```bash
1729npm i uber-noise
1830```