mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
text tweaks
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<h1>Color Thief</h1>
|
<h1>Color Thief</h1>
|
||||||
<h4><a href="http://lokeshdhakar.com">by Lokesh Dhakar</a></small></h4>
|
<h4><a href="http://lokeshdhakar.com">by Lokesh Dhakar</a></small></h4>
|
||||||
|
|
||||||
<p>A script for grabbing the dominant color or a representative color palette from an image. Uses javascript and canvas.</p>
|
<p>A script for grabbing the dominant color or color palette from an image. Uses Javascript and the canvas tag to make it happen.</p>
|
||||||
<p><a href="http://www.lokeshdhakar.com/2011/11/03/color-thief/">Read more on my blog</a> | <a href="https://github.com/lokesh/color-thief">Get the code on Github</a>
|
<p><a href="http://www.lokeshdhakar.com/2011/11/03/color-thief/">Read more on my blog</a> | <a href="https://github.com/lokesh/color-thief">Get the code on Github</a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
@@ -34,7 +34,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> <!--! end of #container -->
|
</div> <!--! end of #container -->
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
|
|
||||||
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
|
||||||
<script src="js/libs/jquery.imagesloaded.js"></script>
|
<script src="js/libs/jquery.imagesloaded.js"></script>
|
||||||
<script src="js/libs/jquery.lettering.js"></script>
|
<script src="js/libs/jquery.lettering.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user