-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "text-behind-image",
"version": "1.0.1",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc"
},
"homepage": "https://github.com/Oslonline/text-behind-image-package",
"keywords": ["react", "vue", "svelte", "rexan wong", "text behind image", "text-behind-image", "text behind image react", "text behind image vue", "text behind image svelte", "framework-agnostic", "frontend design", "rexan wong"],
"author": "Oslo418",
"license": "AGPL-3.0",
"description": "Text-Behind-Image: A framework-agnostic npm package for applying the text-behind-image effect in web apps, compatible with React, Vue, Svelte and other modern frameworks. Inspired by the work of Rexan Wong.",
"repository": {
"type": "git",
"url": "https://github.com/Oslonline/text-behind-image-package.git"
},
"devDependencies": {
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@imgly/background-removal": "^1.5.5",
"canvas": "^2.11.2"
},
"bugs": {
"url": "https://github.com/Oslonline/text-behind-image-package/issues",
"email": "[email protected]"
}
}