empty-ndarray

``` var empty = require('empty-ndarray'); empty({height: 720, width: 1280}); // gives you an ndarray for rgba (32 bits per pixel) ```

Usage no npm install needed!

<script type="module">
  import emptyNdarray from 'https://cdn.skypack.dev/empty-ndarray';
</script>

README

var empty = require('empty-ndarray');
empty({height: 720, width: 1280}); // gives you an ndarray for rgba (32 bits per pixel)