JSPM

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

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

Package Exports

  • superdev-kit

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