drawsvg iconDraw-SVG user's guide
PreviousNextContentsPDFdrawsvg home

Chapter 13. Integration

Abstract

This chapter describes the different ways to integrate Draw-SVG into a third-party website.

Table of Contents

Draw-SVG can be used to edit svg documents within a web application.

There is two ways to integrate Draw-SVG :

  1. By URL and REST services

  2. By API with jsChannel

Draw-SVG website has several entry points to be called from another site.

Each entry point can have parameters. The general syntax of the URL for calling an entry point is :

        https://drawsvg.org/drawsvg.html#
        entry
        :
        parameter1=value&parameter2=value