@lightningtv/core
Advanced tools
Comparing version 2.2.8-beta.1 to 2.2.8
@@ -36,5 +36,3 @@ import { renderer, createShader } from './lightningInit.js'; | ||
for (const [type, props] of Object.entries(styleEffects)) { | ||
if (type !== '_shader') { | ||
effects.push({ type, props }); | ||
} | ||
effects.push({ type, props }); | ||
} | ||
@@ -41,0 +39,0 @@ const shader = createShader('DynamicShader', { effects }); |
@@ -1,2 +0,2 @@ | ||
import { type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type AnimationSettings as RendererAnimationSettings, type LinearGradientEffectProps, type RadialGradientEffectProps, type RadialProgressEffectProps, type ITextNodeProps, type ShaderController, type HolePunchEffectProps } from '@lightningjs/renderer'; | ||
import { type FadeOutEffectProps, type GlitchEffectProps, type GrayscaleEffectProps, type AnimationSettings as RendererAnimationSettings, type LinearGradientEffectProps, type RadialGradientEffectProps, type RadialProgressEffectProps, type ITextNodeProps, type HolePunchEffectProps } from '@lightningjs/renderer'; | ||
import { ElementNode, type RendererNode } from './elementNode.js'; | ||
@@ -23,3 +23,2 @@ import { NodeStates } from './states.js'; | ||
holePunch?: HolePunchEffectProps; | ||
_shader?: ShaderController<'DynamicShader'>; | ||
} | ||
@@ -26,0 +25,0 @@ export interface BorderEffects { |
{ | ||
"name": "@lightningtv/core", | ||
"version": "2.2.8-beta.1", | ||
"version": "2.2.8", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -81,5 +81,3 @@ import { renderer, createShader } from './lightningInit.js'; | ||
for (const [type, props] of Object.entries(styleEffects)) { | ||
if (type !== '_shader') { | ||
effects.push({ type, props } as EffectDescUnion); | ||
} | ||
effects.push({ type, props } as EffectDescUnion); | ||
} | ||
@@ -86,0 +84,0 @@ const shader = createShader('DynamicShader', { effects }); |
@@ -39,3 +39,2 @@ import { | ||
holePunch?: HolePunchEffectProps; | ||
_shader?: ShaderController<'DynamicShader'>; | ||
} | ||
@@ -42,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
219312
3341