JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q55490F
  • License MIT

Core file conversion modules for @nottimtam/file-converter.

Package Exports

  • @nottimtam/file-converter-core
  • @nottimtam/file-converter-core/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nottimtam/file-converter-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@nottimtam/file-converter-core

Core file conversion modules for @nottimtam/file-converter.

This package is still a work-in-progress, useful modules are in the works.

Installation

npm i @nottimtam/file-converter @nottimtam/file-converter-core

Usage

See file-converter for general implementation instructions. To implement these modules, add them to the modules array of your FileConverter constructor:

import FileConverter from "@nottimtam/file-converter";
import CoreModules from "@nottimtam/file-converter-core";

const fileConverter = new FileConverter({
    modules: [...CoreModules],
});

Modules

ImageToBase64

  • Converts From: image/jpeg, image/png
  • Converts To: text/plain