forio / contour

Apache License 2.0
120 stars 21 forks source link

fix-canvg Fix URLs for exportable #288

Closed ldtcooper closed 6 years ago

ldtcooper commented 6 years ago
narenranjit commented 6 years ago

@ldtcooper Are these not available over npm?

ldtcooper commented 6 years ago

The official repo suggests using script tags for browser use. If I can use their server instructions for Contour, then I'll do that. This way also has the bonus of not requiring them unless they're needed, which is why it was done like this to start with.

narenranjit commented 6 years ago

If they were npm packages it'd be easy enough to configure webpack to conditionally load those files only when needed, but overkill for right now. This is an improvement over using a hardcoded svn repo anyway :)