@jtorm/unwrap-method
v1.0.0
Published
jTorm Unwrap Method
Downloads
93
Readme
jTorm Unwrap Method
Install
npm install @jtorm/unwrap-method
Properties
| Option | Type | Required | Description |
|--------|------------|----------|-------------------------|
| s
| selector
| true
| CSS Selector to unwrap. |
Example
From <h1><span>Heading</span></h1>
to <h1>Heading</h1>
.
h1->unwrap {
s: "span";
}