We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Example in the README appears to be out of date.
These imports don't exist in utils 2.x:
import { promises as fs } from 'fs'; import { importDirectory } from '@iconify/tools/lib/import/directory'; import { cleanupSVG } from '@iconify/tools/lib/svg/cleanup'; import { runSVGO } from '@iconify/tools/lib/optimise/svgo'; import { parseColors, isEmptyColor } from '@iconify/tools/lib/colors/parse';
What are the new ones? 😊
The text was updated successfully, but these errors were encountered:
They do exist.
utils 2.x
Maybe you have confused Iconify Utils and Iconify Tools? These are different packages for different purposes.
Sorry, something went wrong.
You are totally right. I'm not sure how I ended up here!
No branches or pull requests
The Example in the README appears to be out of date.
These imports don't exist in utils 2.x:
What are the new ones? 😊
The text was updated successfully, but these errors were encountered: