Ju99ernaut / grapesjs-template-manager

Template and page manager for grapesjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any method to get html and css in the content

Rsyiaun opened this issue · comments

It seems that the data stored at the indexdb is only for the grapesjs to shows the pages. So is there a method to transfer the data into a html file?

You can use editor.getHtml() and editor.getCss() to get the html and css.