We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c292153 commit 4a62989Copy full SHA for 4a62989
README.md
@@ -38,9 +38,7 @@ import fs from "fs";
38
39
// Or load from JSON data
40
const jsonData = {
41
- name: "Example Character",
42
- description: "A friendly AI assistant",
43
- // ... other character properties
+ // character data, support v1/v2/v3 format
44
};
45
const jsonCard = CharacterCard.from_json(jsonData);
46
0 commit comments