ChromedFigma
ChromedFigma copied to clipboard
Figma html export chrome extension
Results
2
ChromedFigma issues
Sort by
recently updated
recently updated
newest added
Hi ccimpoi. I really dig this plugin and it works well with figma file which has less than 10 artboards. However most of our prototypes have more than 10 artboards...
In the main.js and figma.service.ts file you have to change __this.url = new RegExp('/file/([^/]+)/').exec(t.url)[1]; to __this.url = new RegExp('/design/([^/]+)/').exec(t.url)[1]; The new url structure of figma has changed the file to...