README
tiff-js
A Javascript interface for the libtiff image library, built on top of Node.js buffers using the "ref" type interface.
Installation
Install with npm
:
$ npm install tiff-js
License
MIT License. See the LICENSE file.
A JavaScript interface for libtiff.
<script type="module">
import codensteinTiffJs from 'https://cdn.skypack.dev/@codenstein/tiff-js';
</script>
A Javascript interface for the libtiff image library, built on top of Node.js buffers using the "ref" type interface.
Install with npm
:
$ npm install tiff-js
MIT License. See the LICENSE file.