We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eeff0 commit 27bba92Copy full SHA for 27bba92
README.md
@@ -25,7 +25,7 @@ with the class disapper:
25
Becomes
26
27
28
-```
+```html
29
<?xml version="1.0" encoding="UTF-8"?>
30
<svg viewBox="0 0 1338 1142" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
31
<!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
@@ -66,7 +66,7 @@ We can use D3 to select portions of the exported SVG and dynamically add interac
66
code changes the color of the rectangles with the `color-change` class, and fades out the rectangle with
67
the `disappear` class when a user clicks them.
68
69
+```js
70
const d3 = require('d3');
71
const fs = require('fs');
72
0 commit comments