Skip to content

Commit fc00389

Browse files
Updated README
1 parent 82a3a6e commit fc00389

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Special thanks to the author of the idea [akopyl](https://github.com/anatolykopyl).
22

3+
## Installation
4+
5+
```shell
6+
npm i css2html
7+
```
8+
9+
```shell
10+
yarn add css2html
11+
```
12+
13+
```js
14+
import { CssToHtml } from 'css2html';
15+
```
16+
317
## What is this?
418

519
It converts this:

0 commit comments

Comments
 (0)