@@ -189,19 +189,19 @@ While this project's installation instructions defaults to using [npm][npm] for
189
189
The following flowchart provides a summary:
190
190
191
191
``` mermaid
192
- %%{init: { 'logLevel': 'debug', 'theme': 'dark', 'flowchart': { 'nodeSpacing': 20 , 'rankSpacing': 20 , 'useMaxWidth': false , 'defaultRenderer': 'dagre-wrapper ', 'padding': 10 , 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
192
+ %%{init: { 'logLevel': 'debug', 'theme': 'dark', 'flowchart': { 'nodeSpacing': 30 , 'rankSpacing': 10 , 'useMaxWidth': true , 'defaultRenderer': 'dagre-d3 ', 'padding': 5 , 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
193
193
graph LR
194
194
Z((Start))
195
195
196
196
A([I want to perform data analysis])
197
197
B([I am building a web app])
198
198
B1{{Using a bundler like Webpack?}}
199
199
B2{{Need to support older browsers?}}
200
- B3{{Want to create a custom bundle?}}
200
+ B3{{Want custom bundle?}}
201
201
C([I am building a Node.js server app])
202
- C1{{Will you use a substantial amount of stdlib?}}
202
+ C1{{Using a substantial amount of stdlib?}}
203
203
D([I am using Deno])
204
- E([I am writing an Observable notebook])
204
+ E([I work on an Observable notebook])
205
205
F([I want to hack at stdlib])
206
206
207
207
G[Install as command-line utility]
@@ -210,7 +210,7 @@ graph LR
210
210
J[Use UMD browser bundles]
211
211
K[Install system library]
212
212
L[Install top-level namespaces]
213
- M[Load ESM from Skypack / jsDelivr ]
213
+ M[Load ESM from CDN ]
214
214
215
215
Z --> B --> B1
216
216
B1 -- Yes --> C1
0 commit comments