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
All the browsers which support the nomodule support fully support SVGs so loading svg4everybody as follows:
<script nomodule src="/path/to/svg4everybody.js"></script>
will save HTTP requests/bandwidth for all modern browsers (approx 93% marketshare). All old browsers will load svg4everybody as normal.
Let me know if you'd like me to open a PR to update the README.
The text was updated successfully, but these errors were encountered:
how do you manually invoke svg4everybody() call for only those browsers?
Sorry, something went wrong.
<script nomodule>svg4everybody()</script>
No branches or pull requests
All the browsers which support the nomodule support fully support SVGs so loading svg4everybody as follows:
will save HTTP requests/bandwidth for all modern browsers (approx 93% marketshare).
All old browsers will load svg4everybody as normal.
Let me know if you'd like me to open a PR to update the README.
The text was updated successfully, but these errors were encountered: