You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know, how are some of the final cases that you are thinking, maybe if you could help me with vision or more context I could help with more robust ideas. 😜
Thanks to the new hooks-api it is now possible to make your own toolbar or any external component.
There there will still be one provided as a default option and example.
Current set of options for toolbar is really limited, see https://github.com/btzr-io/Villain#options
We should provide and option to customize the toolbar elements.
Possible solutions and ideas
allowFeature..
props for each tool / featureactions: ['fullscreen' , ...]
blockActions: ['fullscreen',...]
buttons: [ { name: 'flip', action: (e) => something... } ]
Open for suggestions.
The text was updated successfully, but these errors were encountered: