UNPKG

@blackprint/nodes-multimedia

Version:
26 lines (20 loc) 1.03 kB
Multimedia nodes collection for Browser [![NPM](https://img.shields.io/npm/v/@blackprint/nodes-multimedia.svg)](https://www.npmjs.com/package/@blackprint/nodes-multimedia) [![Build Status](https://github.com/Blackprint/nodes-multimedia/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Blackprint/nodes-multimedia/actions/workflows/build.yml) ## Import this nodes from URL Please specify the version to avoid breaking changes. ```js Blackprint.loadModuleFromURL([ 'https://cdn.jsdelivr.net/npm/@blackprint/nodes-multimedia@0.4/dist/nodes-multimedia.mjs' ], { // Turn this on if you want to load .sf.js, and .sf.css // only with single .mjs loadBrowserInterface: true // set to "false" for Node.js/Deno }); ``` ## Development URL You can use this link to load unpublished nodes and still under development on GitHub. https://cdn.jsdelivr.net/gh/Blackprint/nodes-multimedia@dist/nodes-multimedia.mjs Replace `dist` with your latest commit hash (from `dist` branch) to avoid cache from CDN. ### License MIT