exports arrays of html and svg elements.
npm install @magic/tags
import { bodyTags, headTags, svgTags, tags } from '@magic/tags'
console.log(bodyTags) // prints all html body tags
console.log(headTags) // prints all html elements that can only appear outside of the body
console.log(svgTags) // prints all svg elements
console.log(tags) // prints all of the above
first commit
remove color-profile and switch tags from svg
required node version is >= 13.5.0
bump required node version to 14.2.0
bump required node version to 14.15.4
add
- update @magic/test
- add type: module to package.json
update dependencies
update dependencies
- update dependencies
- add self-closing tag array
update dependencies
update dependencies
...