@jtorm/unwrap-method
v1.0.0
Published
jTorm Unwrap Method
Readme
jTorm Unwrap Method
Install
npm install @jtorm/unwrap-methodProperties
| 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";
}