Module
Graphics.CanvasAction.CSSOM
- Package
- purescript-canvas-action
- Repository
- artemisSystem/purescript-canvas-action
Some functions from the CSSOM spec that are useful for canvas code. These might move to another package in the future.
#devicePixelRatio Source
devicePixelRatio :: forall m. MonadEffect m => m Number
#MediaQueryList Source
data MediaQueryList
#matchMedia Source
matchMedia :: String -> Effect MediaQueryList
#MediaQueryListEvent Source
data MediaQueryListEvent
#toEvent Source
toEvent :: MediaQueryListEvent -> Event