README
var empty = require('empty-ndarray');
empty({height: 720, width: 1280}); // gives you an ndarray for rgba (32 bits per pixel)
``` var empty = require('empty-ndarray'); empty({height: 720, width: 1280}); // gives you an ndarray for rgba (32 bits per pixel) ```
<script type="module">
import emptyNdarray from 'https://cdn.skypack.dev/empty-ndarray';
</script>
var empty = require('empty-ndarray');
empty({height: 720, width: 1280}); // gives you an ndarray for rgba (32 bits per pixel)