Add a prop which takes in an object of "control" params. Currently we can only disable rotation, but something like this would be nice: ```jsx <Sticker ... controls={{ rotate: false, scale: true, position: true, }} /> ```
Add a prop which takes in an object of "control" params. Currently we can only disable rotation, but something like this would be nice: