paperjs / paper.js

The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. Created by @lehni & @puckey
http://paperjs.org
Other
14.44k stars 1.22k forks source link

Can you pass an existing rendering context to paperJS? #1950

Open nikkwong opened 2 years ago

nikkwong commented 2 years ago

In ThreeJS you can pass a rendering context (documented here):

https://threejs.org/docs/#api/en/renderers/WebGLRenderer

context - This can be used to attach the renderer to an existing RenderingContext. Default is null.

I am wondering if that is possible with Paperjs. Thanks!

micktaiwan commented 2 years ago

Same question here