mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Add color npm class depencency
This commit is contained in:
parent
b14f7c9948
commit
4350d53723
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,8 @@ class Pencil
|
|||
*/
|
||||
this.mouse = new Mouse();
|
||||
|
||||
|
||||
|
||||
document.addEventListener("mouseMove", this.handleMouseMove.bind(this));
|
||||
}
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"homepage": "https://git.starbeamrainbowlabs.com/sbrl/Nibriboard#nibriboard",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"color": "^1.0.3",
|
||||
"cuid": "^1.3.8",
|
||||
"event-emitter-es6": "^1.1.5",
|
||||
"favicon-notification": "^0.1.4",
|
||||
|
|
Loading…
Reference in a new issue