Skip to content

Commit 80f96c0

Browse files
author
takuma-hmng8
committed
微修正
1 parent 271a404 commit 80f96c0

File tree

8 files changed

+7
-10
lines changed

8 files changed

+7
-10
lines changed

packages/use-shader-fx/build/use-shader-fx.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/use-shader-fx/build/use-shader-fx.umd.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/use-shader-fx/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/use-shader-fx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hmng8/use-shader-fx",
3-
"version": "1.0.42",
3+
"version": "1.0.43",
44
"description": "The only difficult part is coding the shaders",
55
"main": "./build/use-shader-fx.umd.cjs",
66
"module": "./build/use-shader-fx.js",

packages/use-shader-fx/src/hooks/useDomSyncer/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ import { createMesh } from "./utils/createMesh";
1010
import { useIntersectionHandler } from "./utils/useIntersectionHandler";
1111
import { useUpdateDomRect } from "./utils/useUpdateDomRect";
1212
import { useIsIntersecting, IsIntersecting } from "./utils/useIsIntersecting";
13-
import {
14-
UseDomView,
15-
createUseDomView,
16-
} from "./utils/useAllDomIntersectionTest";
13+
import { UseDomView, createUseDomView } from "./utils/createUseDomView";
1714

1815
export type DomSyncerParams = {
1916
/** DOM array you want to synchronize */

packages/use-shader-fx/types/hooks/useDomSyncer/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import * as THREE from "three";
33
import { HooksProps, HooksReturn } from "../types";
44
import { IsIntersecting } from "./utils/useIsIntersecting";
5-
import { UseDomView } from "./utils/useAllDomIntersectionTest";
5+
import { UseDomView } from "./utils/createUseDomView";
66
export type DomSyncerParams = {
77
/** DOM array you want to synchronize */
88
dom?: (HTMLElement | Element | null)[];

0 commit comments

Comments
 (0)