Skip to content

Commit 76467b6

Browse files
committed
docs: Mention playground
1 parent 6aa19ae commit 76467b6

6 files changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ into:
4242
- Supports HTML5 & CSS3
4343
- Bindings for [Python](https://github.com/Stranger6667/css-inline/tree/master/bindings/python), [Ruby](https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby), [JavaScript](https://github.com/Stranger6667/css-inline/tree/master/bindings/javascript), [C](https://github.com/Stranger6667/css-inline/tree/master/bindings/c), and a [WebAssembly](https://github.com/Stranger6667/css-inline/tree/master/bindings/javascript/wasm) module to run in browsers.
4444

45+
## Playground
46+
47+
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
48+
4549
## Installation
4650

4751
To include it in your project, add the following line to the dependencies section in your project's `Cargo.toml` file:

bindings/c/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ into:
3939
- Works on Linux, Windows, and macOS
4040
- Supports HTML5 & CSS3
4141

42+
## Playground
43+
44+
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
45+
4246
## Install
4347

4448
The C bindings are distributed as a header (`css_inline.h`) along with a dynamic library (`libcss_inline.so`).

bindings/javascript/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ into:
4040
- Works on Linux, Windows, and macOS
4141
- Supports HTML5 & CSS3
4242

43+
## Playground
44+
45+
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
46+
4347
## Installation
4448

4549
### Node.js

bindings/javascript/wasm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
This is the **WebAssembly** module for [`css-inline`](https://github.com/Stranger6667/css-inline)
1313

14+
## Playground
15+
16+
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
17+
1418
## License
1519

1620
This project is licensed under the terms of the [MIT license](https://opensource.org/licenses/MIT).

bindings/python/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ into:
4444
- Works on Linux, Windows, and macOS
4545
- Supports HTML5 & CSS3
4646

47+
## Playground
48+
49+
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
50+
4751
## Installation
4852

4953
Install with `pip`:

bindings/ruby/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ into:
4141
- Works on Linux, Windows, and macOS
4242
- Supports HTML5 & CSS3
4343

44+
## Playground
45+
46+
If you'd like to try `css-inline`, you can check the WebAssembly-powered [playground](https://css-inline.org/) to see the results instantly.
47+
4448
## Installation
4549

4650
Add this line to your application's `Gemfile`:

0 commit comments

Comments
 (0)