JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1899
  • Score
    100M100P100Q108056F
  • License BSD

SVG patterns for Data Visualization

Package Exports

  • textures

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (textures) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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] }