Skip to content

Primitives for building a browser based WYSWYG editor. Demo provided.

License

Notifications You must be signed in to change notification settings

dvictor/svg-editor-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Editor Tools

Mouse interaction primitives to build a browser based WYSWYG editor.

Features:

  • click to select
  • shift-click add to selection (toggle)
  • rubber-band (elastic) multi-select tool
  • drag-move: moves all selected elements together

No dependencies, easy to integrate in large projects.

See demo.ts, demo.html for an example.

Demo: https://dvictor.github.io/svg-editor-tools/demo.html