UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Trim Media * @section Content Types > Photos & Video > Video * @icon QuickTime * * Presents a view allowing you to trim the media passed into the action. * * ```js * trimMedia(); * ``` */ const trimMedia = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.trimvideo', WFWorkflowActionParameters: {}, }); exports.default = trimMedia; //# sourceMappingURL=trimMedia.js.map