Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 634 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 634 Bytes

Simple Client for SVG Editor

This is a simple client for the create a SVG interactive map or schemes. It is based on SVG files with a specific structure. In SVG files, you can define a group of elements with a specific ID. For default use interactive layer (group in SVG) Id named => "interactive". But you can use any other name. Нou must specify this name in the configuration file (For example - "interactiveLayer: 'MyInteractiveLayer'"). See "Set up Client" section.

Install

npm install client-svg-map-ng

Demo

Use case of this library is to create a simple interactive map.