Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reekoheek/xin-cloudinary


https://github.com/reekoheek/xin-cloudinary

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# xin-cloudinary

## Upload from input[type=file]

```html

```

```javascript
let result = await this.$.uploader.upload(this.$.theFile.files[0]);
```

## Upload from data url

```html

```

```javascript
let result = await this.$.uploader.upload('data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=');
```

## Show image

```html

```