All Projects → mayashavin → cloudinary-api

mayashavin / cloudinary-api

Licence: MIT license
Shorter and lighter APIs for Cloudinary

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cloudinary-api

svelte-cloudinary
Cloudinary SDK for Svelte
Stars: ✭ 13 (-68.29%)
Mutual labels:  cloudinary, cloudinary-sdk
MediaSliderView
Pure java based, highly customizable media slider gallery supporting both images and videos for android.
Stars: ✭ 85 (+107.32%)
Mutual labels:  images, videos
cloudinary-module
Integration of Cloudinary to Nuxt.js
Stars: ✭ 129 (+214.63%)
Mutual labels:  cloudinary, cloudinary-sdk
android-doc-picker
A simple and easy to use documents Picker android library. Choose any documents like pdf, ppt, text, word or media files from your device
Stars: ✭ 37 (-9.76%)
Mutual labels:  images, videos
Vanilla Lazyload
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
Stars: ✭ 6,596 (+15987.8%)
Mutual labels:  images, videos
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+387.8%)
Mutual labels:  images, videos
RAImagePicker
📸 iMessage-like, Image Picker Controller Provides custom features.
Stars: ✭ 14 (-65.85%)
Mutual labels:  images, videos
Lassi-Android
All in 1 picker library for android.
Stars: ✭ 108 (+163.41%)
Mutual labels:  images, videos
gettyimages-api nodejs
Getty Images API SDK for Node.js
Stars: ✭ 17 (-58.54%)
Mutual labels:  images, videos
Contentmanager
Android library for getting photo or video from a device gallery, cloud or camera. Working with samsung devices. Made by Stfalcon
Stars: ✭ 108 (+163.41%)
Mutual labels:  images, videos
Awesome Deepfakes Materials
A curated list of awesome Deepfakes materials
Stars: ✭ 219 (+434.15%)
Mutual labels:  images, videos
wepy-plugin-resources-cdn
上传图片到云存储wepy plugin
Stars: ✭ 38 (-7.32%)
Mutual labels:  images
ryuanime
A free anime streaming , using the jkanime content by scraping the jkanime website.
Stars: ✭ 20 (-51.22%)
Mutual labels:  videos
avif-sample-images
AVIF example images, licensed under CC-BY-SA.
Stars: ✭ 37 (-9.76%)
Mutual labels:  images
clojure-must-watch
Must watch videos about Clojure in the same vein as js-must-watch (https://github.com/bolshchikov/js-must-watch).
Stars: ✭ 11 (-73.17%)
Mutual labels:  videos
Pikax
一个基于requests的P站下载器/ A pixiv downloader based on requests
Stars: ✭ 49 (+19.51%)
Mutual labels:  images
wordpress-plugin
Speed up your WordPress website. Optimize your JPEG and PNG images automatically with TinyPNG.
Stars: ✭ 78 (+90.24%)
Mutual labels:  images
React Lazy Images
🖼️ 🛋️ Components and utilities for lazy image loading in React
Stars: ✭ 254 (+519.51%)
Mutual labels:  images
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+7612.2%)
Mutual labels:  images
TerminalMediaViewer
An utf-8/truecolor image and video viewer for the terminal
Stars: ✭ 105 (+156.1%)
Mutual labels:  videos

Cloudinary tree-shakable API

A set of lighter packages for using Cloudinary

cloudinary-build-url

npm version npm downloads Codecov License

Build URL for images and videos based on configurations.

📖  Documentation

💻  Codebase

  Coding coverage status

import { buildUrl } from 'cloudinary-build-url'

const src = buildUrl('example', {
  cloud: {
    cloudName: 'demo',
  },
  transformations: {
    resize: {
      type: 'scale',
      width: 500,
      height: 500,
      aspectRatio: "16:9"
    }
  }
})

console.log(src)

Installation

To use cloudinary-build-url:

npm i cloudinary-build-url

#OR
yarn add cloudinary-build-url

Use with TypeScript

cloudinary-build-url supports TypeScript. In order to start using the lib with TypeScript, please install @cld-apis/types as devDependencies.

npm i -D @cld-apis/types

#OR

yarn add -D @cld-apis/types

Supporting packages

@cld-apis/utils

Constants for transformations used in Cloudinary APIs, and other helper functionalities.

@cld-apis/types

Defined types used in cloudinary-build-url for TypeScript

Vue-cli plugin - vue-cli-plugin-cloudinary-api

Cloudinary API plugin for Vue-cli created projects

Maintained by Maya Shavin

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