Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 389 Bytes

Readme.md

File metadata and controls

22 lines (13 loc) · 389 Bytes

object-document

Object document

Installation

Install with component(1):

$ component install object-dom/object-document

API

ObjectDocument

.wrapElement(ObjectElement | HTMLElement element);

.wrapElements(Array elements);

.createElement(String tag);

ObjectDocument inherits all apis from objectElement

License

MIT