-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: does not support v0.6.3 #10
Comments
Hi Roger, Hyperscript is designed for 0.7/1.0. I’m waiting for the final pieces of the new package manager to shake out and then I’ll tag a release — but you can use the master branch now; the documentation in the readme reflects the latest functionality. Best! |
I see. Thanks! I'm just looking for something generates svg, I'll use it on 0.7 then. |
Ok! You might find this small utility function useful if you're exporting to a .svg (it adds the SVG header): https://github.com/yurivish/Hyperscript.jl/blob/master/src/Hyperscript.jl#L508 I found myself using it frequently so I added it to the library but haven't documented it since I'm not sure this is the best design for a function like that. |
@yurivish Thanks a lot! I'll keep your guys update if I meet any problem or I get any idea for this package. I'll try to use your package to generate SVG diagrams. |
I guess something is missed in
REQUIRE
? I got this when I tryPkg.add
The text was updated successfully, but these errors were encountered: