1.2.0 • Published 4 years ago

@apenhet/dessin v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Dessin

styled with prettier Build Status Coverage Status Dev Dependencies

A simple, performant and interactive HTML5 Canvas studio.

Usage

yarn add @apenhet/dessin
OR
npm install @apenhet/dessin

Features

This project is still at a very early development stage, so the following list is likely to change in the near future.

  • Create and add shapes into your canvas:
    • Rectangle
    • Circle
    • Ellipse
    • Line
    • Polygon
    • SVG Path
    • Image
    • Triangle
    • GeoJSON map
    • Video
    • Arrow
    • Icons
    • Charts
  • Select, edit, resize, rotate, move your shapes
  • Animate your shapes
  • Add events to your shapes:
  • mouseenter
  • mousemove
  • mouseleave
  • mousedown
  • mouseup
  • dragstart
  • drag
  • dragend
  • dblclick
  • tripleclick
  • Export your canvas into:
  • PNG
  • JPEG
  • WebP
  • PDF
  • SVG
  • PPTX
  • ...