hubtype/botonic-examples

typescript brand image on webchat

Closed this issue · 1 comments

Any idea how I can modify the brand image in typescript (angular)?

adding a string doesn't include it in the static assets, but I can't use the import logo from '../assets/demo.png' as detailed in the js examples.

shadowDOM: true,
    theme: {
        brand: {
            image: '../assets/demo.png'
        }
  
    }

Ignore - needed to be https