All Projects → cloudinary → Cloudinary_js

cloudinary / Cloudinary_js

Licence: mit
Cloudinary JavaScript library

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cloudinary js

ImagerJs
A JavaScript library for uploading images using drag & drop. Crop, rotate, resize, or shrink your image before uploading.
Stars: ✭ 101 (-66.56%)
Mutual labels:  javascript-library, image-manipulation
imtool
🖼️ Client-side canvas-based image manipulation library.
Stars: ✭ 38 (-87.42%)
Mutual labels:  javascript-library, image-manipulation
Jschema
A simple, easy to use data modeling framework for JavaScript
Stars: ✭ 261 (-13.58%)
Mutual labels:  javascript-library
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-4.64%)
Mutual labels:  javascript-library
Laravel Image
Image manipulation library for Laravel 4 and 5 based on Imagine (https://github.com/avalanche123/Imagine) and inspired by Croppa for easy url based manipulation (with caching)
Stars: ✭ 276 (-8.61%)
Mutual labels:  image-manipulation
Typelighterjs
Take a stride into the world of dynamic and appealing typewriters. You can be sure that you will never even think of looking back.
Stars: ✭ 262 (-13.25%)
Mutual labels:  javascript-library
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+926.16%)
Mutual labels:  image-manipulation
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (-15.56%)
Mutual labels:  image-manipulation
Preload It
A tiny 1kb JavaScript library for preloading assets on the browser via XHR2. It provides the ability to load assets of different file types and composite progress events.
Stars: ✭ 300 (-0.66%)
Mutual labels:  javascript-library
Kero
kero is a front-end model framework. - kero是一个前端模型框架,做为MVVM架构中Model层的增强,提供多维数据模型,解决企业应用中复杂的业务应用场景的开发问题。
Stars: ✭ 276 (-8.61%)
Mutual labels:  javascript-library
Dropzone
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
Stars: ✭ 16,097 (+5230.13%)
Mutual labels:  javascript-library
Oimophysics
A cross-platform 3D physics engine
Stars: ✭ 269 (-10.93%)
Mutual labels:  javascript-library
Apify Js
Apify SDK — The scalable web scraping and crawling library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.
Stars: ✭ 3,154 (+944.37%)
Mutual labels:  javascript-library
Easycanvas
数据驱动、2D&3D、渐进式Canvas库,支持JSX,配备Chrome调试插件,支持微信小游戏、物理引擎等。
Stars: ✭ 281 (-6.95%)
Mutual labels:  javascript-library
Ellipsed
A JavaScript library for multilined ellipsis
Stars: ✭ 261 (-13.58%)
Mutual labels:  javascript-library
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-3.31%)
Mutual labels:  javascript-library
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (-14.57%)
Mutual labels:  javascript-library
Livebot
An app that allows you to be inside a bot!
Stars: ✭ 271 (-10.26%)
Mutual labels:  javascript-library
Grumbler
A template for writing distributable front-end javascript modules.
Stars: ✭ 280 (-7.28%)
Mutual labels:  javascript-library
Kalmanjs
Javascript based Kalman filter for 1D data
Stars: ✭ 298 (-1.32%)
Mutual labels:  javascript-library

Build Status npm license

Cloudinary Client Side JavaScript Library

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. Cloudinary offers comprehensive APIs and administration capabilities and is easy to integrate with any web application, existing or new. Cloudinary provides URL and HTTP based APIs that can be easily integrated with any Web development framework.

About this repository

This repository is the home for three distinct packages

Cloudinary Core

Cloudinary-Core is a cross-platform library for Cloudinary. The library provides URL generation capabilities as well as other utlity functions useful when working with Media.

This SDK does not contain API methods, for that please refer to our Node SDK

cloudinary-core readme

Quick start

var cl = cloudinary.Cloudinary.new( { cloud_name: "demo"});
// Using the config function
var cl = cloudinary.Cloudinary.new();
cl.config( "cloud_name", "demo");

Cloudinary jQuery

cloudinary-jquery readme Getting started guide for jQuery


Cloudinary jQuery File Upload

cloudinary-jquery-file-upload readme

Additional Resources

Other SDKs

Support

You can open an issue through GitHub. Contact us at http://cloudinary.com/contact. Stay tuned for updates, tips and tutorials: Blog, Twitter, Facebook.

Join the Community

Impact the product, hear updates, test drive new features and more! Join here.

License

Released under the MIT license. The direct image upload feature of the plugin is based on https://github.com/blueimp/jQuery-File-Upload

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].