File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,28 @@ const menuItems = [
649
649
featured : true ,
650
650
internetConnectionRequired : true
651
651
} ,
652
+ {
653
+ name : (
654
+ < FormattedMessage
655
+ defaultMessage = "HTML Canvas"
656
+ description = "Name of Text extension"
657
+ id = "canvas.name"
658
+ />
659
+ ) ,
660
+ extensionId : 'newCanvas' ,
661
+ iconURL : canvasExtensionBanner ,
662
+ tags : [ 'penguinmod' ] ,
663
+ insetIconURL : canvasExtensionIcon ,
664
+ customInsetColor : '#0094FF' ,
665
+ description : (
666
+ < FormattedMessage
667
+ defaultMessage = "Extra drawing tools using an HTML Canvas. Works well when used with other extensions."
668
+ description = "Description of Text extension"
669
+ id = "text.description"
670
+ />
671
+ ) ,
672
+ featured : true
673
+ } ,
652
674
{
653
675
name : 'Color Picker' ,
654
676
extensionId : 'shovelColorPicker' ,
You can’t perform that action at this time.
0 commit comments