Online exp url
This commit is contained in:
parent
9c3a7bb3c4
commit
3c55fd7e87
|
@ -3,7 +3,11 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Arsene is a library for processing CJK text paragraphs, which are mixed with English characters and adding spacing between them.",
|
"description": "Arsene is a library for processing CJK text paragraphs, which are mixed with English characters and adding spacing between them.",
|
||||||
"author": "Astrian Zheng",
|
"author": "Astrian Zheng",
|
||||||
"keywords": ["arsene", "cjk", "typography"],
|
"keywords": [
|
||||||
|
"arsene",
|
||||||
|
"cjk",
|
||||||
|
"typography"
|
||||||
|
],
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -3,6 +3,8 @@ Arsene 亚森是一个用于处理 CJK 字符(韩文字符目前不可用)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
[在线体验](https://arsene-showcase.netlify.app)
|
||||||
|
|
||||||
## 基础使用方法
|
## 基础使用方法
|
||||||
以下以 React 环境的 TypeScript 为用例,其他环境使用方法类似。
|
以下以 React 环境的 TypeScript 为用例,其他环境使用方法类似。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user