├── README.md ├── images ├── blank_tshirt.jpg ├── body_bg.jpg ├── border.jpg ├── border.png ├── icon_color.png ├── logo-svg.png ├── logo.png ├── shirt-mask.png └── transp.gif ├── index.html ├── js ├── init.js ├── jquery.productColorizer.css ├── jquery.productColorizer.js ├── jquery.productColorizer.pack.js ├── prettify.css ├── prettify.js └── raphael-min.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/README.md -------------------------------------------------------------------------------- /images/blank_tshirt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/blank_tshirt.jpg -------------------------------------------------------------------------------- /images/body_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/body_bg.jpg -------------------------------------------------------------------------------- /images/border.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/border.jpg -------------------------------------------------------------------------------- /images/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/border.png -------------------------------------------------------------------------------- /images/icon_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/icon_color.png -------------------------------------------------------------------------------- /images/logo-svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/logo-svg.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/shirt-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/shirt-mask.png -------------------------------------------------------------------------------- /images/transp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/images/transp.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/index.html -------------------------------------------------------------------------------- /js/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/init.js -------------------------------------------------------------------------------- /js/jquery.productColorizer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/jquery.productColorizer.css -------------------------------------------------------------------------------- /js/jquery.productColorizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/jquery.productColorizer.js -------------------------------------------------------------------------------- /js/jquery.productColorizer.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/jquery.productColorizer.pack.js -------------------------------------------------------------------------------- /js/prettify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/prettify.css -------------------------------------------------------------------------------- /js/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/prettify.js -------------------------------------------------------------------------------- /js/raphael-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/js/raphael-min.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikorablin/productColorizer/HEAD/style.css --------------------------------------------------------------------------------