@bytefaceinc/web-lang 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<
|
|
3
|
-
<img src="https://cdn.jsdelivr.net/npm/@bytefaceinc/web-lang@latest/assets/logo-w.png" alt="WEB Lang logo" width="180" />
|
|
4
|
-
</a>
|
|
2
|
+
<img src="https://cdn.jsdelivr.net/npm/@bytefaceinc/web-lang@latest/assets/logo-w.png" alt="WEB Lang logo" width="180" />
|
|
5
3
|
</p>
|
|
6
4
|
|
|
7
5
|
<h1 align="center">WEB Lang</h1>
|
|
8
6
|
|
|
9
7
|
<p align="center">
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<a href="https://github.com/theRegex/web-lang/tags">
|
|
14
|
-
<img alt="Release" src="https://img.shields.io/github/v/tag/theRegex/web-lang?sort=semver&style=for-the-badge&label=release&color=2088FF" />
|
|
15
|
-
</a>
|
|
16
|
-
<a href="https://github.com/theRegex/web-lang/blob/main/LICENSE">
|
|
17
|
-
<img alt="License" src="https://img.shields.io/github/license/theRegex/web-lang?style=for-the-badge&label=license" />
|
|
18
|
-
</a>
|
|
8
|
+
<img alt="Build" src="https://img.shields.io/badge/build-passing-2ea44f?style=for-the-badge" />
|
|
9
|
+
<img alt="Release" src="https://img.shields.io/badge/release-v2026.4.2-2088FF?style=for-the-badge" />
|
|
10
|
+
<img alt="License" src="https://img.shields.io/npm/l/%40bytefaceinc%2Fweb-lang?style=for-the-badge&label=license" />
|
|
19
11
|
</p>
|
|
20
12
|
|
|
21
13
|
<p align="center">
|
|
@@ -27,9 +19,7 @@
|
|
|
27
19
|
</p>
|
|
28
20
|
|
|
29
21
|
<p align="center">
|
|
30
|
-
<
|
|
31
|
-
<img src="https://cdn.jsdelivr.net/npm/@bytefaceinc/web-lang@latest/assets/banner-illustrated.png" alt="WEB Lang banner"/>
|
|
32
|
-
</a>
|
|
22
|
+
<img src="https://cdn.jsdelivr.net/npm/@bytefaceinc/web-lang@latest/assets/banner-illustrated.png" alt="WEB Lang banner"/>
|
|
33
23
|
</p>
|
|
34
24
|
|
|
35
25
|
## What WEB Lang Is
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytefaceinc/web-lang",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "WEB Lang compiler and CLI for authoring .web power docs that compile to HTML, CSS, render screenshots, and support watch mode",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/theRegex/web-lang#readme",
|