Extension request (All Purpose Component)

I would like so maybe someone that knows how to make an extension so you can place any file on a arrangement, E.g: you can place, videos, gifs, images, all types of images like svgs and other file types that app inventor components dont let u in the in the integrated component on appinventor, an extension like this might be very useful for me and all the community!

A webviewer can do this...

but i need the borders to be invisible, the image needs to be a circle, how to do this with webviewers?

  1. If you want to make a circular image (which has an invisible square outline - unavoidable), then you can use the latest ImageConvertor to convert your image - there are other extensions...

  2. If you just want to 'display' the image as a circle, use the button component, set to square dimensions, and Oval shape.

  3. In a webviewer, you would be doing similar things using html/javascript/css on an img or canvas tag.

but i also need this to display gifs and svgs

See option 3

but what webviewer extension should I use so the webviewer is transparent??

WebViewExtra, there is a checkbox in the Designer for Transparency.