hcy1996 / react-image-editor

React + Konva / image editor / like Figma or Canva

Home Page:https://swimmingkiim.github.io/react-image-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Image Editor

Live Screenshot

How to Run Project

npm i
npm start

How to Serve

npm i -g serve
npm i
npm run build
npm run serve

Features

  • Data

    • history (undo, redo)
    • copy, paste, duplicate
  • Color

    • apply color picker
    • save & reload color list to localStorage
  • Tab

    • create tab
    • delete tab
    • change canvas data by changing tab
  • Frame

    • drag & drop
    • move
    • resize
  • Export

    • export all frame
    • export selected frame
  • EditableObject

    • Common
      • create by drag & drop
      • update
      • read
      • delete
      • change background color
      • move
      • resize
      • rotation
      • opacity
    • Image
      • import image
      • brightness
      • filter
    • Shape
    • Icon
      • from bootstrap
      • search icon
    • Text
      • create text
      • edit text
      • change color
      • text align
      • remove text

Support Me!

Buy Me A Coffee

About

React + Konva / image editor / like Figma or Canva

https://swimmingkiim.github.io/react-image-editor

License:MIT License


Languages

Language:HTML 53.4%Language:TypeScript 44.5%Language:CSS 1.9%Language:JavaScript 0.2%