1.0.0 • Published 1 year ago
@jtorm/unwrap-method v1.0.0
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";
}