UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 529 B
"use strict"; 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