Improvements
- basic background-position support by @mxmul (#109) (this means support for image sprites π)
before:

after:

- shadow DOM support for
nodeTreeToSketchGroup by @calebdwilliams (#103) - (this means support for web components π)
- support for multiple shadows by @KimDal-hyeong (#110) - (this means you can go crazy with shadows π)
API Improvements
public setHasClippingMask(hasClippingMask: boolean): void;
- ability to set position of the
ShapeGroup by @mxmul
public setPosition(position: Position): void;
- new type of object -
Bitmap by @mxmul
export default class Bitmap extends Base {
constructor(props: BitmapProps);
}
Fixes
before:

after:

