@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
20 lines • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("../utils");
/**
* @action Markup
* @section Content Types > Photos & Video > Editing
* @icon Markup
*
* Edits an image or PDF with Markup.
*
* ```js
* markup();
* ```
*/
const markup = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.avairyeditphoto',
WFWorkflowActionParameters: {},
});
exports.default = utils_1.withActionOutput(markup);
//# sourceMappingURL=markup.js.map