Sawyer Click

Results 26 issues of Sawyer Click

Add the ability to generate next-gen image formats such as .avif and .webp when exporting artboards as .png or .jpeg. Next-gen formats are usually a quarter of the size of...

enhancement
wontfix

Add options to export for specific frameworks: - [x] Svelte - [ ] React - [ ] Vue - [ ] Angular

enhancement
help wanted

Not all Svelte components and even .ts files are written in TypeScript. We should update so TypeScript is used across the board for uniformity

help wanted

### Describe the problem The resizer script can currently only be inlined. This is most immediately a problem for users who want to use multiple figma2html projects without shipping the...

enhancement

We currently have includeGoogleFonts shipping true by default with a user input to turn it false. Is there a case where a file wouldn't have any Google Fonts, and would...

bug

Add a tooltip to each field on which users could hover to see more info to help clarify. For example, `Path` could have a hover state saying something along the...

documentation

We should add [JSDoc](https://jsdoc.app/) to each script on the page to add an easier entry point to the codebase. As we open this up and add contributors, JSDoc on each...

documentation

**what's wrong** Currently, styles can bleed between multiple figma2html projects. We should key styles and classes so they are specific to the project. **how to fix** key classes so that...

bug

**what's wrong** Child elements should not duplicate explicit styles. There are several instances where inherited styles are explicitly stated. This baloons file size and makes it hard to quickly parse...

bug

CSS is currently included as a part of the script. It should be statically baked in our HTML file as a `` tag to speed things up. #66 may close...

enhancement