mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-04 06:40:02 +02:00
Working screenshot diff
This commit is contained in:
@@ -39,7 +39,12 @@ export default defineConfig({
|
||||
projects: [
|
||||
{
|
||||
name: "chromium",
|
||||
use: { ...devices["Desktop Chrome"] },
|
||||
use: {
|
||||
...devices["Desktop Chrome"],
|
||||
launchOptions: {
|
||||
args: ["--disable-font-subpixel-positioning"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
// {
|
||||
|
Reference in New Issue
Block a user