Open
Description
Motivation
Some types that are used are not exported. In this example we can use Offset and RGBAImage.
If we want use the same speification we now need to create our own type. The issue here is that if you change this in the future we will get a false positive that our typing is correct.
Design Alternatives
Be more generous with exporting types.
Design
NA
Mock-Up
NA
Concepts
NA
Implementation
TS only since we just want to use your specifications