Browse Source

Add info about avoidProtected in getCss

pull/2295/head
Artur Arseniev 6 years ago
parent
commit
fd7cfb5a56
  1. 1
      src/editor/index.js

1
src/editor/index.js

@ -282,6 +282,7 @@ export default (config = {}) => {
/**
* Returns CSS built inside canvas
* @param {Object} [opts={}] Options
* @param {Boolean} [opts.avoidProtected=false] Don't include protected CSS
* @return {string} CSS string
*/
getCss(opts) {

Loading…
Cancel
Save