mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Generate ImageData bindings from IDL :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 05:29:22 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/dd29ff884f5
7
Libraries/LibWeb/DOM/ImageData.idl
Normal file
7
Libraries/LibWeb/DOM/ImageData.idl
Normal file
@@ -0,0 +1,7 @@
|
||||
interface ImageData {
|
||||
|
||||
readonly attribute unsigned long width;
|
||||
readonly attribute unsigned long height;
|
||||
readonly attribute Uint8ClampedArray data;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user