Skip to content

Commit

Permalink
add demo for resizing and recoloring
Browse files Browse the repository at this point in the history
  • Loading branch information
zbryikt committed Jun 5, 2021
1 parent 6632efc commit 7dd6471
Show file tree
Hide file tree
Showing 28 changed files with 4,058 additions and 104 deletions.
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@
"build": "npx lsc build"
},
"devDependencies": {
"@loadingio/ldcolorpicker": "^2.0.2",
"@loadingio/ldquery": "^2.0.0",
"bootstrap": "^4.5.2",
"bootstrap.ldui": "github:loadingio/bootstrap.ldui",
"colors": "=1.3.3",
"fedep": "^0.0.12",
"fs-extra": "^10.0.0",
"ldcolor": "^0.0.3",
"ldslider": "^2.0.6",
"ldview": "^0.1.1",
"livescript": "^1.6.0",
"progress": "^2.0.0",
"pug": "^3.0.2",
Expand All @@ -39,7 +44,12 @@
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"bootstrap.ldui"
"bootstrap.ldui",
"@loadingio/ldquery",
"ldview",
"@loadingio/ldcolorpicker",
"ldslider",
"ldcolor"
]
}
}
Loading

0 comments on commit 7dd6471

Please sign in to comment.