shiveshnavin commited on
Commit
78aa4a5
·
1 Parent(s): 1c1cec6
Files changed (1) hide show
  1. server-plugins/split-render.js +3 -0
server-plugins/split-render.js CHANGED
@@ -5,6 +5,9 @@ import { exec, spawn } from 'child_process'
5
  import _path from 'path';
6
  import { PerformanceRecorder } from 'common-utils';
7
 
 
 
 
8
  export class SplitRenderPlugin extends Plugin {
9
  constructor(name, options) {
10
  super(name, options);
 
5
  import _path from 'path';
6
  import { PerformanceRecorder } from 'common-utils';
7
 
8
+ /**
9
+ * SplitRenderPlugin must be used with transparent-background
10
+ */
11
  export class SplitRenderPlugin extends Plugin {
12
  constructor(name, options) {
13
  super(name, options);