Skip to content

Instantly share code, notes, and snippets.

@LuisSevillano
Last active May 23, 2019 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuisSevillano/7cc7bf683378eb2575ef407be78fc8ac to your computer and use it in GitHub Desktop.
Save LuisSevillano/7cc7bf683378eb2575ef407be78fc8ac to your computer and use it in GitHub Desktop.
Rivers of Spain
border: none
height: 650
rivers
test
prepublish
node_modules
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Rivers of Spain</title>
</head>
<body>
<img src="preview.png" width="960" height="650" />
</body>
</html>
{
"name": "spain-rivers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "./rasterize"
},
"author": "Luis Sevillano",
"license": "MIT",
"devDependencies": {
"canvas": "1",
"d3-geo": "1",
"d3-scale": "^1.0.6",
"topojson-client": "2"
}
}
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment