CreateLab
CreateLab
@andupotorac here we discuss an api, how to create curl request for inpanting draw?
May u give a code sample?
It's avalonia problem(
If we need some picture from clipboard, i test this code and it's work ```cs var formatsAsync = await Application.Current.Clipboard.GetFormatsAsync(); object obj = null; if(formatsAsync.Contains("image/jpeg")) obj = (await Application.Current.Clipboard.GetDataAsync("image/jpeg")); if(formatsAsync.Contains("PNG"))...
@caesay yep, u should understand with what app u wanna work with, that example work correctly with telegram app, with snipping tool For FireFox I need addition fix, like get...
@caesay as i understand your lib works only in win os, am I right?
Nothing 
Cant reproduce it in mvp, send info in private contact.
Owerride style for control
By default - no. But you may set horizontal size for your custom window