-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "lipsync",
"version": "2.0.2",
"description": "**lipSync.js** is a dynamic, CSS-powered web UI framework for simulating mouth movements based on phonemes or groups of letters. It uses the `@layer` feature in CSS to create visually appealing animations for lips, tongue, and teeth in real-time, enabling lip-syncing effects for web applications.",
"main": "/src/lipSyncComponent.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yashrajbharti/LipSync.js.git"
},
"keywords": [
"css",
"layer",
"lipSync"
],
"author": "yash",
"license": "MIT LICENSE",
"bugs": {
"url": "https://github.com/yashrajbharti/LipSync.js/issues"
},
"homepage": "https://github.com/yashrajbharti/LipSync.js#readme"
}