min-document

WebJar for min-document

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.raynos
ArtifactId

ArtifactId

min-document
Last Version

Last Version

2.19.0
Release Date

Release Date

Type

Type

jar
Description

Description

min-document
WebJar for min-document
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Raynos/min-document

Download min-document

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.raynos/min-document/ -->
<dependency>
    <groupId>org.webjars.bowergithub.raynos</groupId>
    <artifactId>min-document</artifactId>
    <version>2.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.raynos/min-document/
implementation 'org.webjars.bowergithub.raynos:min-document:2.19.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.raynos/min-document/
implementation ("org.webjars.bowergithub.raynos:min-document:2.19.0")
'org.webjars.bowergithub.raynos:min-document:jar:2.19.0'
<dependency org="org.webjars.bowergithub.raynos" name="min-document" rev="2.19.0">
  <artifact name="min-document" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.raynos', module='min-document', version='2.19.0')
)
libraryDependencies += "org.webjars.bowergithub.raynos" % "min-document" % "2.19.0"
[org.webjars.bowergithub.raynos/min-document "2.19.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.npm-dom : dom-walk jar [0.1.0,0.2)

Project Modules

There are no modules declared in this project.

min-document

build status dependency status

A minimal DOM implementation

Example

var document = require("min-document")

var div = document.createElement("div")
div.className = "foo bar"

var span = document.createElement("span")
div.appendChild(span)
span.textContent = "Hello!"

/*  <div class="foo bar">
        <span>Hello!</span>
    </div>
*/
var html = String(div)

Installation

npm install min-document

Contributors

  • Raynos

MIT Licenced

Versions

Version
2.19.0