expo-pixi icon indicating copy to clipboard operation
expo-pixi copied to clipboard

Sketch.takeSnapshotAsync() ignores all options param.

Open jsb188 opened this issue 5 years ago • 1 comments

It seems any options passed to takeSnapshotAsync() is completely ignored. (from Sketch component ref).

Is this a bug?

jsb188 avatar Jan 23 '20 21:01 jsb188

did you pass them as a object? For example: ref.takeSnapshotAsync({ format: "png", conpress: 0.5 })

ymp5078 avatar Aug 21 '20 10:08 ymp5078