0.2.1 • Published 7 years ago

@mojule/element-meta v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago