@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 487 B
JavaScript
;
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