Vjacheslav Trushkin

Results 269 comments of Vjacheslav Trushkin
trafficstars

I've recently restructured API servers network a bit, added a new server that should handle all users from South America. Actual server for South American users is based in Texas...

Not yet. It is planned though. My first attempt at doing it was a failure, but currently I am working on new API and new Icon Finder (code Figma plugin...

So I have mix of bad and good news. Bad news is it would be very tricky to do with current version of plugin. It is based on spaghetti code,...

Added experimental button to select/deselect all icons on page. See small checkbox icon above icons list. After that you can fine-tune selection by checking/unchecking individual icons, then click import button...

Those are simple css animations. You can add them to your code by copying css: ```css .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse...

I do want to do that, but it will take a while.

In new version of React component I've moved all common code to reusable package `@iconify/core`, which is used by React, Vue and Svelte components. New version is rewritten in TypeScript,...

Try importing from '@iconify/vue/offline'. If build script supports exports field in package.json, it should work.