feat(core): Add support for creating Web ReadableStream from a file
This commit is contained in:
@@ -11,3 +11,7 @@ export * from './smartstream.functions.js';
|
||||
|
||||
import * as plugins from './smartstream.plugins.js';
|
||||
export const webstream = plugins.webstream;
|
||||
import * as nodewebhelpers from './smartstream.nodewebhelpers.js';
|
||||
export {
|
||||
nodewebhelpers,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user