Results 14 comments of DOEHOONLEE

Should I send it to your email?

This is what github is saying. Just sent it to your email now. ![Screen Shot 2021-09-14 at 8 47 41 AM](https://user-images.githubusercontent.com/20305442/133171353-6241fdcb-6c38-41ea-b77b-b137c82995d7.png) This is the code I wrote to get the...

It seems like to be working as long as the shape is in a square shape because it still gets it right with rotated square, but it only gets weird...

AWESOME!! It works perfectly now!! :)

I am so sorry to bother. I do see the nonAffineTransformData, but I do not see the `vectorMask.paths.knots` that I used to see for warp transform. Here is the [reference...

[smile.psd.zip](https://github.com/Agamnentzar/ag-psd/files/7230846/smile.psd.zip) ![Screen Shot 2021-09-26 at 4 47 36 PM](https://user-images.githubusercontent.com/20305442/134798718-1ed011d2-c0ba-4ec6-a3e3-90f57420e621.png) I do see some 16 points in `placedLayer.customEnvelopeWarp.meshPoints`, but they don't seem to be representing the 16 points of warp transformation...

So the points I found are actually the 16 points representing the shape of “transform warp” that I created in Photoshop, but they are just relative to the very first...

@rainabba Thanks for sharing your solution! May I ask where `pageContour`, `mat`, and `page` came from though and what are they for?

``` declare global { HTMLElement:any = function () { }; window:any = { setTimeout, addEventListener() {}, }; navigator:any = {}; document:any = { addEventListener() {}, }; } ``` tried this...

Try `npm install` with higher versions of `canvas` and `gl` in the package.json dependencies :)