webcpr
v0.2.2
Published
A library to ensure deprecated HTML elements will never fail to display
Downloads
5
Maintainers
Readme
webcpr
webcpr
(W.I.P.) is a tool that lets you use deprecated elements in your HTML
code, while not having to worry about browsers no longer supporting them. This
works sort of like an anti-polyfill: instead of making the functionality of new
browsers work in older browsers, it makes deprecated functionality work in
new browsers. To be prepared for the future, this package also makes obsolete
functionality work, as these could be deprecated at any time.
| home | https://github.com/realtable/webcpr | |:----- |:------------------------------------ | | npm | https://www.npmjs.com/package/webcpr |
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>