mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { ImageService } = require("m3o/image");
|
||||
const { ImageService } = require("micro-js-client/image");
|
||||
|
||||
// Upload an image by either sending a base64 encoded image to this endpoint or a URL.
|
||||
// To resize an image before uploading, see the Resize endpoint.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { ImageService } = require("m3o/image");
|
||||
const { ImageService } = require("micro-js-client/image");
|
||||
|
||||
// Upload an image by either sending a base64 encoded image to this endpoint or a URL.
|
||||
// To resize an image before uploading, see the Resize endpoint.
|
||||
|
||||
Reference in New Issue
Block a user