Browse Source

enhancement #1846

tags/v0.10.5^2
Shaun 2 years ago
parent
commit
cc884db875
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      src/server/components/particles.js

+ 16
- 0
src/server/components/particles.js View File

@@ -0,0 +1,16 @@
module.exports = {
type: 'particles',

blueprint: null,

simplify: function (self) {
const { blueprint } = this;

const result = {
type: 'particles',
blueprint
};

return result;
}
};

Loading…
Cancel
Save