glyphs
glyphs copied to clipboard
Dynamic design system for building and managing large icon sets in Figma and packaging them for the web
Hi, I've found another problem while trying to use `@glyphs/wc-core`. At https://github.com/gorango/glyphs/blob/main/cli/lib/generate/wc.js#L30, there is a missing `$`: ```diff - + ``` The "computedStyle" is not interpolated, which results in a...
In order to make path animations, we need to know the lengths of the paths. This can be done in browser at runtime using native APIs, but a better implementation...
When I try and call the components directly from the unpkg CDN ([listed here](https://glyphs.fyi/docs/web/component#cdn)) e.g: ```html ``` I get the following error: >Uncaught ReferenceError: assignment to undeclared variable parcelRequire wc-core:1:988...
Took a stab at fixing Issue #50. I have not tested it though, as I'm unsure how to generate the new files without the Figma icon set file.
I faced this issue when trying to use glyphs react-core in Next.JS: As described, the issue comes from the use of strings instead of style mappings in the components. For...
same as title, i wanna change the stoke color via props.
it might work after some webpack shenanigans. which I'm not willing to do for an icon library. ``` ./node_modules/@glyphs/react-core/src/icons/A.jsx Module parse failed: Unexpected token (9:8) You may need an appropriate...