fxhash / params-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: Image field

tarwin opened this issue · comments

Allow a user to add an image that could be used in place or processed for a palette. The image would be saved as a Base64 encoded string and available to the artwork.

It could allow multiple images. Probably need maximum total size.

{
  id: 'image',
  name: 'Image',
  type: 'image',
  options: {
    allowMultiple: true
  }
}