UNPKG

next-img-base64ify

Version:

A lightweight and efficient package for Base64 encoding and decoding images and files in Next.js and React applications.

43 lines (42 loc) 1.14 kB
{ "name": "next-img-base64ify", "version": "1.0.0", "description": "A lightweight and efficient package for Base64 encoding and decoding images and files in Next.js and React applications.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "dev": "tsup --watch", "build": "tsup" }, "keywords": [ "base64", "base64-encoding", "base64-decoding", "next.js", "react", "image-processing", "file-handling", "file-upload", "image-base64", "convert-image", "next.js-image", "react-file-encoder", "base64-converter" ], "repository": { "type": "git", "url": "git+https://github.com/Md-Asikuzzaman/next-img-base64ify.git" }, "author": "Md Asikuzzaman <mdasikuzzaman.en@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Md-Asikuzzaman/next-img-base64ify/issues" }, "devDependencies": { "@types/node": "^20.12.11", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "homepage": "https://github.com/Md-Asikuzzaman/next-img-base64ify#readme" }