Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-17 22:20:21 +00:00
parent ce58fd0fbe
commit ef70da5380
145 changed files with 145 additions and 145 deletions

View File

@@ -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.

View File

@@ -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.