@things-factory/font-base 6.2.84 → 6.2.88
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.
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# athena
|
|
2
|
+
|
|
3
|
+
구글 폰트 API 키 설정
|
|
4
|
+
|
|
5
|
+
구글 폰트 API는 폰트 추가시에 폰트 이름 리스트를 보여줄 수 있는데, 이 폰트 이름 리스트를 가져오기 위해서 사용된다.
|
|
6
|
+
|
|
7
|
+
이 키가 설정되지 않으면, 폰트 이름 리스트를 볼 수는 없으나, 직접 폰트 이름을 직접 입력해서 추가 기능은 가능하다.
|
|
8
|
+
|
|
9
|
+
## default
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
module.exports = {
|
|
13
|
+
googleFontAPIKey: ''
|
|
14
|
+
}
|
|
15
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/font-base",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.88",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@things-factory/attachment-base": "^6.2.
|
|
28
|
-
"@things-factory/auth-base": "^6.2.
|
|
29
|
-
"@things-factory/shell": "^6.2.
|
|
27
|
+
"@things-factory/attachment-base": "^6.2.88",
|
|
28
|
+
"@things-factory/auth-base": "^6.2.88",
|
|
29
|
+
"@things-factory/shell": "^6.2.88"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "700ee6ac193bb6b6bc4f1a569c3ca046a7a049ee"
|
|
32
32
|
}
|