README
x265js
x265js project utilizes x265js to implement JavaScript bindings for open source x265js
Installation
npm install x265js
How to use
Please find sample code from examples/example.js
An implementation of the JavaScript bindings for open source x265 encoder
<script type="module">
import x265js from 'https://cdn.skypack.dev/x265js';
</script>
x265js project utilizes x265js to implement JavaScript bindings for open source x265js
npm install x265js
Please find sample code from examples/example.js