Contextual Apps
CushyApps can be started form both context menu. this page shows how your custom app can support that
Make your app compatible
app({
...
canStartFromImage: true,
}) // πππππ
run: async (run, ui, startImg) => {Add new entries to the image context menu
Support both beeing run as context action or standalone
Built-in examples to look at
Last updated