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
formatandtimeAgosupport - 🎞️ 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