Richard Bruskowski
Richard Bruskowski
> I do wish it was possible to minimize the wait time between the parent and child animations. Not sure if this is what you had in mind, but in...
**Is your feature request related to a problem? Please describe.** I'd like to be able to easily change the color scheme of the component and swap the arrow icon. **Describe...
Exposing additional colors and the arrow as props, so they are easier to override. Internally, CSS variables are used more heavily. (I might be not aware of major drawbacks of...
Is it possible to adopt the position and size of the icon path/shape within the original SVGs viewBox/canvas? In other words: When I have an icon on a 48x48px canvas...
The 'clean' option apparently removes fill attributes: https://github.com/overblog/clean-sketch/blob/master/index.js I do not really understand why. At least in my use case, this breaks the appearance of the exported SVG files. The...
grunt-sketch apparently makes an option available to include symbols when exporting artboards: https://www.npmjs.com/package/grunt-sketch#optionsincludesymbols I couldn't find the option for gulp-sketch. Might be great, though. Thanks!
Great stuff, thanks! ~Just wish I had found this module earlier.~ Edit: It's new, I just realised. :) There seems to be one issue though: If I provide arguments like...
In a recent project, I added the following line to the toMarkdown() regexes and it seemed to work: `[/\!\[(.*?)\]/, '']` `[!filename.png] --> ` It's not yet proper Markdown and I...
Support for strings with line breaks for the toMarkdown() function. (Framer keeps every line in a separate \, thus a loop is needed.) I basically changed one line and adjusted...