7 lines
121 B
Go
7 lines
121 B
Go
|
|
//go:build js && wasm
|
||
|
|
|
||
|
|
package d2elklayout
|
||
|
|
|
||
|
|
// No embed, since this is already bundled in the js worker
|
||
|
|
var elkJS string
|