mirror of
https://github.com/status-im/artproject.git
synced 2025-02-22 12:48:09 +00:00
Uncomment canvas code
This commit is contained in:
parent
18ffcccbd0
commit
081a7c7a9c
@ -1,24 +1,25 @@
|
|||||||
// class Canvas {
|
/* eslint-disable */
|
||||||
// constructor() {
|
class Canvas {
|
||||||
// this.connect = new CABLES.Patch({
|
constructor() {
|
||||||
// patchFile: 'assets/connect.json',
|
this.connect = new CABLES.Patch({
|
||||||
// prefixAssetPath: '',
|
patchFile: 'assets/connect.json',
|
||||||
// glCanvasId: 'connect',
|
prefixAssetPath: '',
|
||||||
// glCanvasResizeToWindow: true,
|
glCanvasId: 'connect',
|
||||||
// silent: true
|
glCanvasResizeToWindow: true,
|
||||||
// });
|
silent: true
|
||||||
|
});
|
||||||
|
|
||||||
// CABLES.EMBED.addPatch(
|
CABLES.EMBED.addPatch(
|
||||||
// 'klein',
|
'klein',
|
||||||
// {
|
{
|
||||||
// patchFile: 'assets/klein.json',
|
patchFile: 'assets/klein.json',
|
||||||
// prefixAssetPath: '',
|
prefixAssetPath: '',
|
||||||
// silent: true
|
silent: true
|
||||||
// }
|
}
|
||||||
// )
|
)
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
// export default function init() {
|
export default function init() {
|
||||||
// new Canvas();
|
new Canvas();
|
||||||
// };
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user