Package Exports
- @imnaiyar/strange.js
- @imnaiyar/strange.js/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 (@imnaiyar/strange.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
StrangeImage
A wrapper for Strange API, an image manipulator
Useful links
Documentations: TBD
Support Server: TBD
Usage
[!IMPORTANT]
Before we begin, you should have your Strange API key saved somewhere securely. If you don't have a key yet, please get it from here or by joining Strange Support Server.
// Example Usage
const image = new StrangeImage('Strange API token')
const blurredImage = image.filters.blur('Image Url', 6)