feat(core): Add support for creating Web ReadableStream from a file

This commit is contained in:
2024-10-13 13:49:13 +02:00
parent 9c30e5bab1
commit c8dc791c83
5 changed files with 46 additions and 2 deletions

View File

@@ -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,
}