UNPKG
patchbay-gatherings
Version:
latest (3.2.19)
3.2.19
3.2.18
3.2.17
3.2.16
3.2.15
3.2.14
3.2.13
3.2.12
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Plugs patch-gatherings into patchbay
github.com/ssbc/patchbay-gatherings
ssbc/patchbay-gatherings
patchbay-gatherings
/
lib
/
image-string.js
5 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
imageString
(
{ link, query }
) {
if
(!query)
return
link
return
`
${link}
?unbox=
${query.unbox}
`
}