Code Monkey home page Code Monkey logo

cloudinary-wysiwyg's Introduction

Cloudinary-WYSIWYG

Project Page and link to live tool:


Quick Demo:

Quick Demo GIF


Intro

This is a visual editor (also known as "what-you-see-is-what-you-get" or "WYSIWYG" editor) to arrange, visualize, and preview Cloudinary transformation combinations. It was created mostly as a proof-of-concept, since I was curious to see how far the limits on transformations can be pushed, but given the progress made with it, it has practical applications as well.

The value that this tool provides is mainly that it would be very hard, if not impossible, to manually convert dozens of editing actions (move, rotate, add a square, shift down a layer, etc.) into Cloudinary transformation strings, but this tool does it automatically.

There are tons of features that could be added to this project (support for "effects", shareable templates, etc.), but at the moment, I'm not dedicating much time or resources towards it beyond what I already made.

Practical applications:

  • Game Developers - Creating "Shareable" badges and achievement cards
  • "Meme Generators"
  • Ecommerce sites
    • Overlay product details in text over product image
    • Embed templated images into your product feed for use with Google Shopping, Facebook Product Catalogs, etc.
  • Cloudinary learning tool
    • Mess around with different combinations to see how different objects get converted into chained transformations, and subsequently into a URL string
  • Dynamic image generation for Google Sheets or any other spreadsheet program
    • You can use this tool to create the template, then use spreadsheet functions like CONCAT() to create the URL dynamically given values in other columns
  • Dynamic image generation for sites that can't use server-side image manipulation - this way you can use Javascript, plus the export from this tool, to generate an <img> tag src completely 100% client side.

Samples:

Gaming Badge generated from JSON

Gaming Badge Demo

Jira Daily Task Summary

Jira Daily Task Summary


Additional Resources:


Dev Setup

  1. npm install
  2. cp src/config.example.json src/config.json
  3. Edit config.json
  4. npm run start

This project was bootstrapped with Create React App.

cloudinary-wysiwyg's People

Contributors

joshuatz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.