@ludovicm67/media-tools-utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

Media Tools Utils

This package contains utilities that are used in other packages.

Install this library

npm install @ludovicm67/media-tools-utils

The following is exposed:

  • Buffer: Buffer that works on both Node.js and browsers
  • utils.blobToArrayBuffer: a function to convert a Blob to an ArrayBuffer

Angular

If you are using Angular, you might need to add buffer as an allowedCommonJsDependencies in your angular.json file, like this:

{
  "projects": {
    "YOUR_PROJECT": {
      "architect": {
        "build": {
          "options": {
            "allowedCommonJsDependencies": ["buffer"]
          }
        }
      }
    }
  }
}

by replacing YOUR_PROJECT with the name of your project.

This will prevent the display of some warnings when building your project.

Readme

Keywords

Package Sidebar

Install

npm i @ludovicm67/media-tools-utils

Weekly Downloads

54

Version

0.1.9

License

MIT

Unpacked Size

42.1 kB

Total Files

8

Last publish

Collaborators

  • ludovicm67