diff --git a/src/components/ScreenshotButton.vue b/src/components/ScreenshotButton.vue new file mode 100644 index 0000000..71a6db0 --- /dev/null +++ b/src/components/ScreenshotButton.vue @@ -0,0 +1,411 @@ + + + + + + + {{ buttonText }} + + + + + + + + + {{ notificationMessage }} + + + + + + + + + + + + + Сохранять авто-вращение + + + + PNG + JPEG + WebP + + + + Качество: + + {{ Math.round(settings.quality * 100) }}% + + + + Прозрачный фон + + + + + + + + + \ No newline at end of file