-
Notifications
You must be signed in to change notification settings - Fork 4
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
[feature] SVG Data URL #47
Conversation
# Conflicts: # app/components/code.tsx # app/routes/markdown-to-html.tsx
…d data url images or css backgrounds.
Damn sorry @kriserickson but this PR is probably going to have to change a bunch after the image convert stuff merges. |
Yup. Probably be only a few minutes to rewrite though. |
# Conflicts: # app/components/read-file.tsx # app/routes/dataurl.tsx
…ow that it takes drag and drops.).
Okay so I am happy to merge now, but here are some thoughts that I don't know what to do about right now:
|
@kriserickson approving it so feel free to merge, but let me know if you have thoughts on my comments. |
Allows for uploading SVG images and converting them to dataUrls that aren't base64 encoded (https://css-tricks.com/probably-dont-base64-svg/)