Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reekoheek/xin-cloudinary
https://github.com/reekoheek/xin-cloudinary
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reekoheek/xin-cloudinary
- Owner: reekoheek
- License: mit
- Created: 2016-12-13T12:17:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T15:50:49.000Z (about 7 years ago)
- Last Synced: 2024-11-12T23:36:19.840Z (about 1 month ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - xin-cloudinary - Xin cloudinary components - [reekoheek](https://github.com/reekoheek) (Grouping / Xin)
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
```