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 5e7239f commit 71a82baCopy full SHA for 71a82ba
Changes
@@ -1,4 +1,6 @@
1
{{$NEXT}}
2
+
3
+0.1.3 2025-04-19T09:49:23+12:00
4
- Create HTML::Canvas::To::HTML; treat HTML/JS
5
rendering as another backend.
6
META6.json
@@ -48,5 +48,5 @@
48
],
49
"test-depends": [
50
51
- "version": "0.1.2"
+ "version": "0.1.3"
52
}
lib/HTML/Canvas.rakumod
@@ -1,4 +1,4 @@
-unit class HTML::Canvas:ver<0.1.2>;
+unit class HTML::Canvas:ver<0.1.3>;
use Hash::Agnostic;
use HTML::Canvas::Graphic;
0 commit comments