local paper = require('paper') paper.init() print( 'width: ' .. paper.get_width(), 'height: ' .. paper.get_height() )