Skip to content

Commit

Permalink
adds texture and textureDefault methods (closes #96)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 8, 2024
1 parent 4c50b1e commit 6d264e8
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 45 deletions.
200 changes: 162 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "http://www.dave-landry.com"
},
"dependencies": {
"d3-array": "^3.2.2",
"d3-array": "^3.2.4",
"d3-collection": "^1.0.7",
"d3-color": "^3.1.0",
"d3-interpolate-path": "^2.3.0",
Expand All @@ -32,8 +32,9 @@
"d3-shape": "^3.2.0",
"d3-transition": "^3.0.1",
"d3plus-color": "^1.1.2",
"d3plus-common": "^1.2.4",
"d3plus-text": "^1.2.1"
"d3plus-common": "^1.2.6",
"d3plus-text": "^1.2.4",
"textures": "^1.2.3"
},
"scripts": {
"build": "d3plus-build",
Expand All @@ -44,7 +45,7 @@
"test": "eslint src test && mocha 'test/**/*-test.js'"
},
"devDependencies": {
"d3plus-dev": "^1.2.8"
"d3plus-dev": "^1.2.9"
},
"module": "es/index.js",
"sideEffects": false,
Expand Down
Loading

0 comments on commit 6d264e8

Please sign in to comment.