UNPKG

fancy-webgl-sparkles

Version:

PIXI.js library to add glitter particles with bokeh and special effects to your DOM elements

12 lines (10 loc) 251 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'fancy-webgl-sparkles.js', library: 'FancyWebGLSparkles', libraryTarget: 'umd' } };