Closed JPMeehan closed 3 years ago
This is a fix coming through soon, thanks for the catch
Any update on this, or suggestion as to what the proper keys/arguments for the size flags should be?
Sorry, the keys are meant to be height
, width
, scale
or at least it should be... I might have not pushed the release...
Ahh, I was waiting to fix an issue with the light picker that never got resolved...
Code calls for the size flag to have two values on line 177
let { size, scale } = SizeFlag !== undefined ? SizeFlag : 0;
Readme documentation though calls for "Height, Width, Scale"