clampography 0.9.3 → 0.9.4
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 +3 -3
- package/clampography.css +1 -0
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -26,11 +26,11 @@ npm install clampography
|
|
|
26
26
|
# Install with PNPM
|
|
27
27
|
pnpm add clampography
|
|
28
28
|
|
|
29
|
-
# Install with Deno
|
|
30
|
-
deno install npm:clampography
|
|
31
|
-
|
|
32
29
|
# Install with Bun
|
|
33
30
|
bun install clampography
|
|
31
|
+
|
|
32
|
+
# Install with Deno
|
|
33
|
+
deno install npm:clampography
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## Usage
|
package/clampography.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clampography",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "Fluid typography system based on CSS clamp() for Tailwind CSS v4",
|
|
5
5
|
"main": "clampography.css",
|
|
6
6
|
"style": "clampography.css",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"text",
|
|
27
27
|
"typography"
|
|
28
28
|
],
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/Avaray/clampography.git"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://github.com/Avaray/clampography#readme",
|
|
29
34
|
"author": "Dawid Wąsowski",
|
|
30
35
|
"license": "MIT"
|
|
31
36
|
}
|