0.10.0 • Published 1 year ago

auto-media-type v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

auto-media-type

NPM Version

Note: THIS project is still under development. Please do not use it in production.

What is it for?

With auto-media-type, you can complete the missing media type for any data. It works in modern JavaScript runtimes. Thanks for all great polyfill and bundler contributors.

We've provided a simple API for you. You can obtain auto-media-type from NPM. Please see the section How to Obtain.

Try Our Demo

Links for You

How to Obtain

auto-media-type provides an NPM package. You can install it with your favorite package managers, and then bundle it into your project.

Package ManagerCommandShorthand
bunbun install auto-media-typebun i auto-media-type
npmnpm install auto-media-typenpm i auto-media-type
pnpmpnpm install auto-media-typepnpm i auto-media-type
yarnyarn add auto-media-typeyarn add auto-media-type

Our Competitors, or Alternatives

It depends on your use cases. You can choose one of them.

  • github.com/sindresorhus/file-type
  • github.com/mmalecot/file-format

Let's Learn How to Use It

// Work In Progress

Let's Setup the Project

Note: THIS section is for contributors and developers only

Recommended IDE Setup for You

See What Dependencies We Are Using

See What Commands We Are Using

Package ManagerCommandScriptDescription
bun / npm / pnpminstallInstall dependencies
bun / npm / pnpmrunbuildBuild the library for production
bun / npm / pnpmruncheckCheck the codes with TypeScript
bun / npm / pnpmrundev-buildBuild the library for development
bun / npm / pnpmrundev-testRun tests in watch mode
bun / npm / pnpmrunformatFormat codes using Prettier
bun / npm / pnpmruntestRun tests

Be Aware of These Details

You may encounter some problems during development and deployment. Please read the following notes carefully.

  1. (WIP)