gitextract__rhz70sy/ ├── .gitignore ├── README.md ├── app/ │ ├── .gitignore │ ├── LICENSE.md │ ├── README.md │ ├── css/ │ │ ├── slider.css │ │ └── style.css │ ├── ffmpeg.html │ ├── index.html │ ├── lib/ │ │ └── minicolors/ │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── bower.json │ │ ├── component.json │ │ ├── composer.json │ │ ├── gulpfile.js │ │ ├── index.html │ │ ├── jquery.minicolors.css │ │ ├── jquery.minicolors.js │ │ ├── package.json │ │ └── without-bootstrap.html │ ├── main.js │ ├── package.json │ ├── preview.html │ ├── renderer.js │ └── tpl/ │ ├── loader.html │ └── palette.html ├── package.json └── resources/ └── logo-hires-v2.icns