Skip to content

Commit 7dd6471

Browse files
committed
add demo for resizing and recoloring
1 parent 6632efc commit 7dd6471

File tree

28 files changed

+4058
-104
lines changed

28 files changed

+4058
-104
lines changed

package-lock.json

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@
2222
"build": "npx lsc build"
2323
},
2424
"devDependencies": {
25+
"@loadingio/ldcolorpicker": "^2.0.2",
26+
"@loadingio/ldquery": "^2.0.0",
2527
"bootstrap": "^4.5.2",
2628
"bootstrap.ldui": "github:loadingio/bootstrap.ldui",
2729
"colors": "=1.3.3",
2830
"fedep": "^0.0.12",
2931
"fs-extra": "^10.0.0",
32+
"ldcolor": "^0.0.3",
33+
"ldslider": "^2.0.6",
34+
"ldview": "^0.1.1",
3035
"livescript": "^1.6.0",
3136
"progress": "^2.0.0",
3237
"pug": "^3.0.2",
@@ -39,7 +44,12 @@
3944
"root": "web/static/assets/lib",
4045
"modules": [
4146
"bootstrap",
42-
"bootstrap.ldui"
47+
"bootstrap.ldui",
48+
"@loadingio/ldquery",
49+
"ldview",
50+
"@loadingio/ldcolorpicker",
51+
"ldslider",
52+
"ldcolor"
4353
]
4454
}
4555
}

0 commit comments

Comments
 (0)