mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
12 lines
196 B
Go
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
|