Package Exports
- keith-effects
- keith-effects/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 (keith-effects) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
keith-effects
Unofficial Node.js wrapper for PhotoFunia image effects.
Apply fun photo effects using image URLs or files — currently supports effects with 1 image and no text.
📦 Install
npm install keith-effects
🛠️ Usage
const { applyKeithEffect, isValid, listEffects } = require('dreaded-effects');
console.log(listEffects()); // List available effects
console.log(isValid('beach')); // Check if effect is supported
const result = await applyKeithEffect('beach', 'https://example.com/image.jpg');
console.log(result); // { preview, download }
🔧 Notes
Effects are defined in effects.json
Only supports image-only effects for now (no text input)
📄 License
MIT © 2025 keithkeizzah