diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-09 19:28:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-09 19:28:01 +0200 |
| commit | 149a75f80c5fbd09329a2e7f87204e67a2c429df (patch) | |
| tree | f601ef3e186b04640094fb3ca23ddd4498273025 /package.json | |
| parent | 8a90618f30faa2955c395cc5d6c989259270a95b (diff) | |
add opacity slider and properly debounce it
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 33456c3..a336fe4 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "file-saver": "^2.0.2", "history": "^4.10.1", "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", "node-fetch": "^2.6.0", "preact": "^10.3.3", "preact-compat": "^3.19.0", |
