dtinth / html5-animation-video-renderer

Render HTML5-based animation into a high-quality video. (Tested with 1080p60)
211 stars 24 forks source link

Open functions to run rendering inside own app #7

Closed Aliaksandr-Kasko-JazzTeam closed 1 year ago

Aliaksandr-Kasko-JazzTeam commented 3 years ago

Hello. Could you please open functions to be able to use your library inside other Node.js app? Something like this:

const renderer = require('html5-animation-video-renderer');
// ...
const options = {
    // ...
};
const video = renderer.render(file, options);
dtinth commented 3 years ago

@Aliaksandr-Kasko-JazzTeam Hello, thanks for the suggestion!

Currently I have no plan to make this project into a library. However it is opensource, please feel free to fork and publish a library based on the code you found here.