Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

M-ZubairAhmed/FabricOn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FabricJS-ReactJS

Project made during GrabOn Hackathon

Running

  • This app uses Cloudinary - an image and video mangement service, hence api code is required.
  • Create a file in src/ and name it secret.js.
  • Obtain credentials from cloudinary and insert as follows
  • export const cloudinaryConfig = {
      cloud_name: 'XXX',
      api_key: 'XXX',
      api_secret: 'XXX',
    };
  • Install dependencies
yarn
  • Start app
yarn start

Client app

Technology

  • ReactJS
  • Konva
  • Cloudinary SDK
  • Bootstrap
  • HTML2Canvas

Releases

No releases published

Packages

No packages published