You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`DOMParser`](https://developer.mozilla.org/docs/Web/API/DOMParser) wrapper for integration with PureScript DOM. This is a fork of [purescript-dom-parser](https://github.com/toastal/purescript-dom-parser), using `Effect`.
[`DOMParser`](https://developer.mozilla.org/docs/Web/API/DOMParser) wrapper for integration with PureScript DOM. This is a fork of [purescript-dom-parser](https://github.com/toastal/purescript-dom-parser), using `Effect`.
8
8
9
9
## Installation
10
10
11
11
```bash
12
-
bower install purescript-web-dom-parser
12
+
spago install web-dom-parser
13
13
```
14
14
15
+
## Documentation
16
+
15
17
Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-web-dom-parser).
0 commit comments