README
avf (AVFoundation)
This is a simple node.js wrapper for some common AVFoundation operations. Right now, only limited to what I needed for the project I am working on.
A node.js wrapper for common AVFoundation operations.
<script type="module">
import avf from 'https://cdn.skypack.dev/avf';
</script>
This is a simple node.js wrapper for some common AVFoundation operations. Right now, only limited to what I needed for the project I am working on.