@types/opentype.js 1.3.6 → 1.3.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.
- opentype.js/README.md +1 -2
- opentype.js/index.d.ts +0 -8
- opentype.js/package.json +10 -10
opentype.js/README.md
CHANGED
|
@@ -8,9 +8,8 @@ This package contains type definitions for opentype.js (https://github.com/opent
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opentype.js.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: `opentype`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Dan Marshall](https://github.com/danmarshall), [Edgar Simson](https://github.com/edzis), [Piotr Błażejewicz](https://github.com/peterblazejewicz), and [Alec Mev](https://github.com/alecmev).
|
opentype.js/index.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
// Type definitions for opentype.js 1.3
|
|
2
|
-
// Project: https://github.com/opentypejs/opentype.js
|
|
3
|
-
// Definitions by: Dan Marshall <https://github.com/danmarshall>
|
|
4
|
-
// Edgar Simson <https://github.com/edzis>
|
|
5
|
-
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
|
|
6
|
-
// Alec Mev <https://github.com/alecmev>
|
|
7
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
8
|
-
|
|
9
1
|
/// <reference lib="dom" />
|
|
10
2
|
|
|
11
3
|
export as namespace opentype;
|
opentype.js/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/opentype.js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"description": "TypeScript definitions for opentype.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opentype.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Dan Marshall",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "danmarshall",
|
|
11
|
+
"url": "https://github.com/danmarshall"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Edgar Simson",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "edzis",
|
|
16
|
+
"url": "https://github.com/edzis"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Piotr Błażejewicz",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "peterblazejewicz",
|
|
21
|
+
"url": "https://github.com/peterblazejewicz"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Alec Mev",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "alecmev",
|
|
26
|
+
"url": "https://github.com/alecmev"
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
"main": "",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
},
|
|
36
36
|
"scripts": {},
|
|
37
37
|
"dependencies": {},
|
|
38
|
-
"typesPublisherContentHash": "
|
|
38
|
+
"typesPublisherContentHash": "162d406d9866ab8e8fa317dbba7bb93c138d193c96a70a12958729f64fd312e0",
|
|
39
39
|
"typeScriptVersion": "4.5"
|
|
40
40
|
}
|