1.0.44 • Published 11 months ago
image-salon-sdk v1.0.44
image-salon-sdk
library to upload images
Installation
npm install image-salon-sdkimport ImageSalon, { ImageUploadResponse } from "image-salon-sdk";const imageSalon = new ImageSalon({
handleUpload: () => {
handleImageUpload();
},
mode: "development",
accessToken: `${accessToken}`,
parentContainerId: "example",
buttonProps: {
// optional
buttonText: "Upload",
...
},
});
const handleImageUpload = () => {
imageSalon._upload().then((res: ImageUploadResponse[]) => {
// rest of the code
});
};
return <div id="example" />;parameters for ImageUpload class
handleUpload: () => void; //callback to handle upload event on click.
parentContainerId: string; //id of the container where you want to load message snippet.
mode: "production" || "development";
accessToken: string;
endPoint?: string; // custom endpoint- ignores mode
buttonProps?: {
buttonText?: string;
buttonStyle?: object; // style css object
buttonIcon?: string; // pass svg as string
buttonClass?: string;
}upload response
key: string;
name: string;
folderName: string;
nestedFolderName: string;
url: string;
thumborUrl: string;
proxyUrl: string;
type: number;
metadata: {
height: number;
width: number;
backgroundColor: string;
aspectRatio: number;
}1.0.33
1 year ago
1.0.32
1 year ago
1.0.31
1 year ago
1.0.30
1 year ago
1.0.37
11 months ago
1.0.36
11 months ago
1.0.35
1 year ago
1.0.34
1 year ago
1.0.39
11 months ago
1.0.38
11 months ago
1.0.40
11 months ago
1.0.44
11 months ago
1.0.43
11 months ago
1.0.42
11 months ago
1.0.41
11 months ago
1.0.26
1 year ago
1.0.25
1 year ago
1.0.29
1 year ago
1.0.28
1 year ago
1.0.27
1 year ago
1.0.24
1 year ago
1.0.23
1 year ago
1.0.22
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.19
1 year ago
1.0.18
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.1
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago