It is a plug-in that allows you to insert and edit shapes (SVG).

How to use

Loading plugin files

<!-- ShapEditor plugin include -->
<script src="plugins/shapeEditor/shapeEditor.min.js"></script>
<link rel="stylesheet" href="plugins/shapeEditor/shapeEditor.min.css">

<!-- SEShapeManager module include -->
<script src="externals/SEShapeManager/SEShapeManager.min.js"></script>

UI

You can add buttons to the toolbar area and menu area using the plugin name 'shapeEditor'.

Add to Toolbar

//...
'editor.toolbar': [
	//...,
	'shapeEditor',
	//...
],
// ...