Open bryanbcook opened 1 year ago
Is it possible to use day.js instead of d3-time-format
?
I can take a look at day.js
Is there a reason the project doesn't use ESM? I have a local branch with the appropriate changes. I can push it if you'd like to test it out.
I attempted to add
d3-time-format
to the project but received an error similar to 'change the require to a dynamic import'.This would require all the
require
statements to be converted over toimport
syntaxReferences: