@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @action Get Frames from Image
* @section Content Types > Photos & Video > GIFs
* @icon GIF
*
* Splits an animated GIF or a photo burst into individual frames.
*
* ```js
* getFramesFromImage();
* ```
*/
const getFramesFromImage = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.getframesfromimage',
WFWorkflowActionParameters: {},
});
exports.default = getFramesFromImage;
//# sourceMappingURL=getFramesFromImage.js.map