UNPKG

paraview-lite

Version:

Lite ParaView client for Scientific Visualization on the Web

9 lines (8 loc) 240 B
/* eslint-disable arrow-body-style */ export default function createMethods(session) { return { stillRender: (options = { size: [400, 400], view: -1 }) => { return session.call('viewport.image.render', [options]); }, }; }