README
node-physfs
Usage
See test/index.js for a usage example.
Development
Build physfs.js by running:
npm run build
Run tests by running:
npm test
Bindings for PhysicsFS (physfs) in Node.js.
<script type="module">
import nodePhysfs from 'https://cdn.skypack.dev/node-physfs';
</script>
See test/index.js for a usage example.
Build physfs.js by running:
npm run build
Run tests by running:
npm test