Control that advertises the DoneJS survey across CanJS.com, StealJS.com, etc.
npm install donejs-survey-ad
Control that advertises the DoneJS survey across CanJS.com, StealJS.com, etc.
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'donejs-survey-ad';
Use require to load donejs-survey-ad and everything elsedonejs-survey-ad
needed to create a template that uses :
`js`
var plugin = require("donejs-survey-ad");
Load the global version of the plugin:
`html``