ImageMonkey / imagemonkey-core

ImageMonkey is an attempt to create a free, public open source image dataset.
https://imagemonkey.io
47 stars 10 forks source link

upgrade fabric.js #274

Open bbernhard opened 4 years ago

bbernhard commented 4 years ago

We are still using fabric.js 1.x, although there's already version 4.0 (still in beta) out there. Investigate whether it's possible to upgrade to fabric.js v4.

Breaking changes: From version 1.x to 2.0 they have deprecated a bunch of stuff. See: http://fabricjs.com/changes-introduction

After going through the breaking changes, I think the following points are relevant for us:

infos about fabric.js v4, see: https://github.com/fabricjs/fabric.js/issues/6159