0.2.1 • Published 6 years ago

@mojule/element-meta v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

element-meta

Metadata for HTML5 elements, gathered from MDN, WHATWG etc.

npm install @mojule/element-meta

const Data = require( '@mojule/element-meta' )

// exported as a function so that you can modify or extend the data if you need
// to and still be able to get the original data by calling the function again
const data = Data()

console.log( data.div )

License

MIT

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago