UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 607 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Get Images from Input * @section Content Types > Photos & Video > Images * @icon Image * * Gets images from the result of the previous action. For example, this action can get the album art of a song, or all the images on a web page. * * ```js * getImagesFromInput(); * ``` */ const getImagesFromInput = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.detect.images', WFWorkflowActionParameters: {}, }); exports.default = getImagesFromInput; //# sourceMappingURL=getImagesFromInput.js.map