Skip to content

Commit

Permalink
Add high-level project goals (still need to list out intended feature…
Browse files Browse the repository at this point in the history
…s & non-goals). Working towards #1.
  • Loading branch information
developit committed Jul 10, 2016
1 parent 22a3f73 commit a02e3a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
---


## Project Goals

Undom aims to find a sweet spot between size/performance and utility. The goal is to provide the simplest possible implementation of a DOM Document, such that libraries relying on the DOM can run in places where there isn't one available.

The intent to keep things as simple as possible means undom lacks some DOM features like HTML parsing & serialization, Web Components, etc. These features can be added through additional libraries.


---


## Installation

Via npm:
Expand Down

0 comments on commit a02e3a0

Please sign in to comment.