JSPM

@imnaiyar/strange.js

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q20266F
  • License Apache-2.0

Strange API Wrapper for JavaScript

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

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)