Guillaume Cièr

Results 4 comments of Guillaume Cièr

Here is an alternative with ` `(818B without the line breaks), but this is SVG2 as the `xmlns:href` declaration is skipped. ``` ``` Or 877B With the `xlink` declaration: ```...

Hey @transitive-bullshit, glad you like it :) Here is the [Figma file](https://github.com/transitive-bullshit/chatgpt-api/files/10809631/ChatGPT-logo.fig.zip). It contains the logo and the color codes so you can play with it. The font used is...

Here are my 2 cents with a funky version

Here is how we approached it to load layers on the fly ```javascript function RenderAfterMap({children}) { const map = useMap() const [canRender, setCanRender] = useState(false) useEffect(() => { map.current?.on('load', ()...