JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q36524F
  • License MIT

A powerful utility kit for developers including status codes, custom Axios, date formatter, and video-to-image tools.

Package Exports

  • superdev-kit
  • superdev-kit/dist/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 (superdev-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🔧 superdev-kit

A lightweight utility kit for modern developers. Includes handy tools like:

  • ✅ HTTP Status Code Constants with Messages
  • 🌐 Custom Axios Wrapper (MyApi)
  • 📅 Date Formatter with format and timeAgo support
  • 🎞️ Video-to-Image Frame Cropper

📦 Installation

npm install superdev-kit

🚀 Getting Started

First, import the functions and utilities you need from the package:

import { init, getConfig } from "superdev-kit";

🛠️ Initialize the SDK

To start using the SDK, you need a SuperDev Access Key.
If you don't have one yet, you can get it from https://superdev.in.

Once you have the key, initialize the SDK like this:

init("your-superdev-access-key"); // Get your key from https://superdev.in