Sign in
skia
/
buildbot
/
adfa63b80943
/
.
/
shaders
/
modules
/
window
/
window.ts
blob: ec141c710c7bfe3ae19d3efefe26dabadfad042c [
file
] [
log
] [
blame
]
// Declaration for the window.sk global variable.
import
{
SkShadersConfig
}
from
'../json'
;
declare
global
{
interface
Window
{
shaders
:
SkShadersConfig
;
}
}