sdfsdfs
This commit is contained in:
48
node_modules/pixi.js/lib/advanced-blend-modes/init.mjs
generated
vendored
Normal file
48
node_modules/pixi.js/lib/advanced-blend-modes/init.mjs
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
import { extensions } from '../extensions/Extensions.mjs';
|
||||
import { ColorBlend } from './ColorBlend.mjs';
|
||||
import { ColorBurnBlend } from './ColorBurnBlend.mjs';
|
||||
import { ColorDodgeBlend } from './ColorDodgeBlend.mjs';
|
||||
import { DarkenBlend } from './DarkenBlend.mjs';
|
||||
import { DifferenceBlend } from './DifferenceBlend.mjs';
|
||||
import { DivideBlend } from './DivideBlend.mjs';
|
||||
import { ExclusionBlend } from './ExclusionBlend.mjs';
|
||||
import { HardLightBlend } from './HardLightBlend.mjs';
|
||||
import { HardMixBlend } from './HardMixBlend.mjs';
|
||||
import { LightenBlend } from './LightenBlend.mjs';
|
||||
import { LinearBurnBlend } from './LinearBurnBlend.mjs';
|
||||
import { LinearDodgeBlend } from './LinearDodgeBlend.mjs';
|
||||
import { LinearLightBlend } from './LinearLightBlend.mjs';
|
||||
import { LuminosityBlend } from './LuminosityBlend.mjs';
|
||||
import { NegationBlend } from './NegationBlend.mjs';
|
||||
import { OverlayBlend } from './OverlayBlend.mjs';
|
||||
import { PinLightBlend } from './PinLightBlend.mjs';
|
||||
import { SaturationBlend } from './SaturationBlend.mjs';
|
||||
import { SoftLightBlend } from './SoftLightBlend.mjs';
|
||||
import { SubtractBlend } from './SubtractBlend.mjs';
|
||||
import { VividLightBlend } from './VividLightBlend.mjs';
|
||||
|
||||
"use strict";
|
||||
extensions.add(
|
||||
ColorBlend,
|
||||
ColorBurnBlend,
|
||||
ColorDodgeBlend,
|
||||
DarkenBlend,
|
||||
DifferenceBlend,
|
||||
DivideBlend,
|
||||
ExclusionBlend,
|
||||
HardLightBlend,
|
||||
HardMixBlend,
|
||||
LightenBlend,
|
||||
LinearBurnBlend,
|
||||
LinearLightBlend,
|
||||
LinearDodgeBlend,
|
||||
LuminosityBlend,
|
||||
NegationBlend,
|
||||
OverlayBlend,
|
||||
PinLightBlend,
|
||||
SaturationBlend,
|
||||
SoftLightBlend,
|
||||
SubtractBlend,
|
||||
VividLightBlend
|
||||
);
|
||||
//# sourceMappingURL=init.mjs.map
|
Reference in New Issue
Block a user