Skip to content
New issue

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

Add Flipsnack #8286

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Add Flipsnack #8286

merged 2 commits into from
Dec 3, 2024

Conversation

Yang-Nankai
Copy link
Contributor

Flipsnack is an online platform for creating, sharing, and publishing digital flipbooks, brochures, magazines, and catalogs. It allows users to design interactive publications from scratch or convert PDF files into flipbooks with customizable features and layouts. Flipsnack provides 2FA for the account login verification process. The website is ranked 23,533 on Similarweb. The website provides documentation on how to turn on 2FA.

@Carlgo11 Carlgo11 added the add site Issue/PR adds a site to the repo. label Dec 2, 2024
Co-authored-by: Fletcher Dodd <[email protected]>
Signed-off-by: Ph0jav7 <[email protected]>
@Yang-Nankai
Copy link
Contributor Author

I would like to ask what tool you use to modify SVG? I use the SVG plugin for VSCode, but I feel that I can never control the size of the SVG image (viewBox) very well. @fletcherdodd

@fletcherdodd
Copy link
Contributor

I would like to ask what tool you use to modify SVG? I use the SVG plugin for VSCode, but I feel that I can never control the size of the SVG image (viewBox) very well. @fletcherdodd

I use a combination of a few things;

Illustrator - I use this to tidy up the SVG file and export it so there are no gaps in the image file. If you don't have program that can edit an SVG there are a few ok ones online.
Vector.io - I then put whatever I have exported from Illustrator through this tool. This removes a lot of unnecessary stuff that Illustrator adds (data-name elements, etc.) and usually compresses it quite a bit.
SVG Viewer - then I upload the file downloaded from Vector.io into this and make sure it hasn't messed it up. I'll removed any additional unnecessary elements it may have missed.
SVGOMG - Lastly, I'll copy the code from SVG Viewer and use the number precision slider on the right-side panel to see if I can optimise it even more. I slide it to as small as I can without ruining the logo/icon. Sometimes it's already as optimised as it can be. I may copy the code back to SVG Viewer just to make sure things look ok in there too before added it to my PR.

A bit of work I know, but I have found using a combination of all of these tools yields the best results

@fletcherdodd fletcherdodd merged commit d103597 into 2factorauth:master Dec 3, 2024
2 checks passed
@Yang-Nankai
Copy link
Contributor Author

Thank you for your patience in answering! I will try to try these tools and processes! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add site Issue/PR adds a site to the repo.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants