blobsourcegen
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Example

import the package:

const blobSourceGen = require('blobsourcegen'); 

using

async function main() {
  const url = 'https://www.example.com/video.mp4';
  try {
    const result = await blobSourceGen.default(url);
    console.log(result);
  } catch (error) {
    console.log(error);
  }
}

main();

result example

blob:nodedata:9d33a2cb-fd38-4981-95a4-3ba6e6c7b786

Package Sidebar

Install

npm i blobsourcegen

Weekly Downloads

8

Version

1.0.1

License

ISC

Unpacked Size

5.34 kB

Total Files

5

Last publish

Collaborators

  • yrllanbrandao