@liiift-studio/magnettype 1.0.6 → 1.0.8
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 -1
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# magnetType
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@liiift-studio/magnettype) [](https://opensource.org/licenses/MIT) [](https://github.com/Liiift-Studio/type-tools)
|
|
4
|
+
|
|
3
5
|
CSS `font-variation-settings` applies a single value to the whole element — there is no native way to drive axis values per word from cursor proximity, or to selectively widen visually confusable characters for legibility. magnetType adds both.
|
|
4
6
|
|
|
5
7
|
**[magnettype.com](https://magnettype.com)** · [npm](https://www.npmjs.com/package/@liiift-studio/magnettype) · [GitHub](https://github.com/Liiift-Studio/MagnetType)
|
|
@@ -193,4 +195,4 @@ The package itself has zero runtime dependencies. Do not remove this entry.
|
|
|
193
195
|
|
|
194
196
|
---
|
|
195
197
|
|
|
196
|
-
Current version:
|
|
198
|
+
Current version: v1.0.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liiift-studio/magnettype",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Cursor-field per-word variable font axis variation and per-character legibility mode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -48,13 +48,20 @@
|
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"typography",
|
|
51
|
+
"web-typography",
|
|
52
|
+
"frontend",
|
|
53
|
+
"liiift-studio",
|
|
51
54
|
"typographic",
|
|
52
55
|
"variable-font",
|
|
53
56
|
"font-variation-settings",
|
|
54
57
|
"cursor",
|
|
55
58
|
"mouse",
|
|
59
|
+
"mouse-tracking",
|
|
60
|
+
"cursor-tracking",
|
|
56
61
|
"proximity",
|
|
57
62
|
"field",
|
|
63
|
+
"interactive-typography",
|
|
64
|
+
"hover-effect",
|
|
58
65
|
"legibility",
|
|
59
66
|
"wdth",
|
|
60
67
|
"wght",
|