Files
monibuca/plugin/debug/pkg/third_party/svgpan/svgpan.go
2024-12-16 20:06:39 +08:00

12 lines
196 B
Go

// SVG pan and zoom library.
// See copyright notice in string constant below.
package svgpan
import _ "embed"
// https://github.com/aleofreddi/svgpan
//go:embed svgpan.js
var JSSource string