mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Update README.md
This commit is contained in:
parent
2bc4025849
commit
25c7be8b57
@ -7,6 +7,12 @@
|
||||
![BgColorController](screen1.jpg)
|
||||
![NgColorController](screen2.jpg)
|
||||
|
||||
## Usage
|
||||
* addNgColor(properties,property) for NgColorController
|
||||
* addBgColor(properties,property) for BgColorController
|
||||
|
||||
Note: For using BgColorController displaying a <property> a second <property+bg> must be present. For Example:
|
||||
`var myProps={color:#ffffff,colorbg:#000000};`
|
||||
|
||||
# dat.GUI
|
||||
A lightweight graphical user interface for changing variables in JavaScript.
|
||||
|
Loading…
Reference in New Issue
Block a user