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