editly icon indicating copy to clipboard operation
editly copied to clipboard

Performance improvement: Puppeteer for fabric.js

Open mifi opened this issue 5 years ago • 1 comments

Could potentially increase performance, because I believe chromium's canvas is faster that node-canvas But we need to bridge between node.js and chromium and send big frames of raw data (~100MB) back and forth.

mifi avatar Sep 24 '20 12:09 mifi

Friendly hint: we're using https://www.npmjs.com/package/timecut for getting frames from Fabric.js rendered with SSR. But IMHO for editly it looks like overhead.

maksym-plotnikov avatar Sep 24 '20 13:09 maksym-plotnikov