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