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
We can use PDFKit and blob-stream (maybe this not necessary) to generate icon PDFs versions on the fly. This would maybe deprecate the simple-icons-pdf repository which is not maintained. Anyways it would allow us to remove the postinstall repository download from master branch which is really weird.
I've implemented this at simple-icons-website-rs, see this file for the implementation (generate PDF from icon slug using the SVG file) and the function for lazy loading the libraries which are attached as scripts only when a) the user selects the PDF download type through control or b) when the PDF download type is loaded from local storage.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Kind of issue
Description
We can use PDFKit and blob-stream (maybe this not necessary) to generate icon PDFs versions on the fly. This would maybe deprecate the simple-icons-pdf repository which is not maintained. Anyways it would allow us to remove the postinstall repository download from master branch which is really weird.
I've implemented this at simple-icons-website-rs, see this file for the implementation (generate PDF from icon slug using the SVG file) and the function for lazy loading the libraries which are attached as scripts only when a) the user selects the PDF download type through control or b) when the PDF download type is loaded from local storage.
The text was updated successfully, but these errors were encountered: