-
Is it possible to embed images in a jsxbin file?
When constructing a ScriptUI palette, I know you can add an image using add(“image” …), but is it possible to embed the image in a jsxbin file? I’ve seen solutions where the image file is turned into a text string, which is then included in the jsx file, but can you include the image in the binary without converting the binary to text first?
Any help is appreciated.
– Rob