mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
update butterchurn
This commit is contained in:
parent
85afebfe71
commit
f02c760486
4 changed files with 11 additions and 11 deletions
|
|
@ -9,12 +9,12 @@ class MilkdropWindow extends React.Component {
|
|||
require.ensure(
|
||||
[
|
||||
"butterchurn",
|
||||
"butterchurn-presets/presets/converted/Geiss - Reaction Diffusion 2"
|
||||
"butterchurn-presets/presets/converted/Geiss - Reaction Diffusion 2.json"
|
||||
],
|
||||
require => {
|
||||
const analyserNode = this.props.analyser;
|
||||
const butterchurn = require("butterchurn");
|
||||
const reactionDiffusion2 = require("butterchurn-presets/presets/converted/Geiss - Reaction Diffusion 2");
|
||||
const reactionDiffusion2 = require("butterchurn-presets/presets/converted/Geiss - Reaction Diffusion 2.json");
|
||||
|
||||
this.visualizer = butterchurn.createVisualizer(
|
||||
analyserNode.context,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import "babel-polyfill";
|
||||
import Raven from "raven-js";
|
||||
import createMiddleware from "raven-for-redux";
|
||||
import isButterchurnSupported from "butterchurn/lib/isSupported";
|
||||
import isButterchurnSupported from "butterchurn/lib/isSupported.min";
|
||||
import base from "../skins/base-2.91-png.wsz";
|
||||
import osx from "../skins/MacOSXAqua1-5.wsz";
|
||||
import topaz from "../skins/TopazAmp1-2.wsz";
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@
|
|||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"butterchurn": "^2.2.6",
|
||||
"butterchurn-presets": "^0.0.2",
|
||||
"butterchurn": "^2.3.2",
|
||||
"butterchurn-presets": "^2.3.2",
|
||||
"cardinal-spline-js": "^2.3.6",
|
||||
"classnames": "^2.2.5",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -1197,17 +1197,17 @@ builtin-status-codes@^3.0.0:
|
|||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
|
||||
|
||||
butterchurn-presets@^0.0.2:
|
||||
version "0.0.2"
|
||||
resolved "https://registry.yarnpkg.com/butterchurn-presets/-/butterchurn-presets-0.0.2.tgz#9af9c1f0eec6ca99c4e362b5ab2c070537c0b07f"
|
||||
butterchurn-presets@^2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/butterchurn-presets/-/butterchurn-presets-2.3.2.tgz#f04552913e7b499df113946fa8888c9f1661fa7e"
|
||||
dependencies:
|
||||
babel-runtime "^6.26.0"
|
||||
ecma-proposal-math-extensions "0.0.2"
|
||||
lodash "^4.17.4"
|
||||
|
||||
butterchurn@^2.2.6:
|
||||
version "2.2.6"
|
||||
resolved "https://registry.yarnpkg.com/butterchurn/-/butterchurn-2.2.6.tgz#c0e77bd07ad605a4357e3e9c388141a6c0508d47"
|
||||
butterchurn@^2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/butterchurn/-/butterchurn-2.3.2.tgz#78eb04e9ad805828e07792f2589a23efda04cb2d"
|
||||
dependencies:
|
||||
babel-runtime "^6.26.0"
|
||||
ecma-proposal-math-extensions "0.0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue