dcs-client
v1.0.21
Published
Client-side libraries for adding Docuss to your website or web app
Downloads
12
Readme
dcs-client
Docuss client-side libraries are used to connect your website or web app to the Docuss plugin.
Depending on your use case, you'll need one of these 3 libraries, :
comToPlugin.js
: low-level library for communication with the Docuss plugin. Supports websites and web apps. See the documentation here.dcs-html-based.js
: intermediate-level library for websites. It requires that you add specific HTML markup to each page of the website. See the documentation here.dcs-decorator.js
: high-level library for websites. The specific HTML markup mentioned above is dynamically added to web pages based on rules contained in a description file. See the documentation here.
If you are new to Docuss, the easiest option is to use the dcs-decorator library.
License
See here.