rmapi-js
    Preparing search index...

    Interface RmPageV5

    a parsed version 3 or 5 page

    Coordinates use a top-left origin: x in [0, width], y in [0, height], in device pixels.

    interface RmPageV5 {
        layers: RmLayer[];
        version: 3 | 5;
    }
    Index
    layers: RmLayer[]

    the drawing layers, back to front

    version: 3 | 5

    the file format version