adregan / textures

Textures.js is a JavaScript library for creating SVG patterns

Home Page:http://riccardoscalco.github.io/textures/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textures.js

Textures.js is a Javascript library for creating SVG patterns. Made on top of d3.js, it is designed for data visualization.

Read more on http://riccardoscalco.github.io/textures/.

Usage

Install textures with bower

bower install textures

You can use textures.js or textures.min.js directly with a <script> tag.


You can also install it with npm:

NPM

> require('textures')
{ circles: [Function], lines: [Function], paths: [Function] }

About

Textures.js is a JavaScript library for creating SVG patterns

http://riccardoscalco.github.io/textures/

License:MIT License


Languages

Language:CoffeeScript 99.6%Language:JavaScript 0.4%