@lukaplayground/aikit 1.0.0 β 1.1.0
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 +0 -13
- package/dist/aikit.js +1379 -1965
- package/dist/aikit.js.map +1 -1
- package/dist/aikit.min.js +1 -7
- package/dist/aikit.min.js.map +1 -1
- package/dist/aikit.umd.js +1389 -0
- package/dist/aikit.umd.js.map +1 -0
- package/package.json +13 -5
package/README.md
CHANGED
|
@@ -55,19 +55,6 @@ const ai = new AIKit({
|
|
|
55
55
|
- [API Reference](./docs/api-reference.md)
|
|
56
56
|
- [Examples](./examples)
|
|
57
57
|
|
|
58
|
-
## π Blog Series
|
|
59
|
-
|
|
60
|
-
AIKit κ°λ° κ³Όμ κ³Ό νμ©λ²μ λΈλ‘κ·Έ μ리μ¦λ‘ μ 리νμ΅λλ€:
|
|
61
|
-
|
|
62
|
-
1. [μ AI API ν΅ν© λΌμ΄λΈλ¬λ¦¬λ₯Ό λ§λ€μλ?](https://lukaplayground.tistory.com/9) - νλ‘μ νΈ μμκΈ°
|
|
63
|
-
2. μμ JavaScriptλ‘ λ©ν° νλ‘λ°μ΄λ μ§μνκΈ° - μν€ν
μ² (μμ± μμ )
|
|
64
|
-
3. QA κ°λ°μκ° λ§λ AI λΌμ΄λΈλ¬λ¦¬ - κ²μ¦κ³Ό ν
μ€νΈ (μμ± μμ )
|
|
65
|
-
4. 5λΆ λ§μ AI μ±λ΄ λ§λ€κΈ° - λ°λλΌ JS νν λ¦¬μΌ (μμ± μμ )
|
|
66
|
-
5. PHP κ°λ°μλ₯Ό μν AIKit μ°λ κ°μ΄λ (μμ± μμ )
|
|
67
|
-
6. λͺ¨λ νλ μμν¬μμ AIKit μ¬μ©νκΈ° - React & Vue (μμ± μμ )
|
|
68
|
-
7. AI API λΉμ© 90% μ€μ΄κΈ° - μ΅μ ν μ λ΅ (μμ± μμ )
|
|
69
|
-
8. 첫 μ€νμμ€ νλ‘μ νΈ λ§λ€κΈ° - κ°λ° νκ³ (μμ± μμ )
|
|
70
|
-
|
|
71
58
|
## π οΈ κ°λ°
|
|
72
59
|
|
|
73
60
|
```bash
|