diginext-plugins

1.0.17 • Public • Published

Diginext Plugins

Danh sách Javascript plugins được phát triển bởi TOP GROUP Developers.

What's inside?

Plugins

  • helper:
  • next-auth:
  • next-cors:
  • next-eventlistener:
  • next-gsap:
  • next-hooks:
  • next-offset:
  • next-responsive:
  • next-scroll:
  • next-scroll-trigger:
  • next-utils:
  • pixi:
  • three:
  • utils:

Project structure

├── README.md
├── helper
│   ├── log.js
│   └── response.js
├── index.js
├── next-auth
│   ├── admin.js
│   └── index.js
├── next-cors
│   └── middleware.js
├── next-eventlistener
│   └── index.js
├── next-gsap
│   ├── CustomEase.js
│   ├── index-v01.js
│   ├── index.js
│   ├── ScrollSmoother.js
│   └── utils
│       └── paths.js
├── next-hooks
│   ├── useArray.js
│   ├── useAsync.js
│   ├── useCopyClipboard.js
│   ├── useDimension.js
│   ├── useEventListener.js
│   ├── useFullscreen.js
│   ├── useInterval.js
│   ├── useIsClient.js
│   ├── usePrevious.js
│   └── useWindowSize.js
├── next-offset
│   └── index.js
├── next-reponsive
│   └── index.js
├── next-scroll
│   └── index.js
├── next-scroll-trigger
│   └── index.js
├── next-utils
│   └── index.js
├── pixi
│   ├── BasicApp2D.js
│   ├── DrawScene.js
│   ├── GPixi.js
│   └── SpriteContainer.js
├── socket
│   └── client.js
├── teexii
│   ├── TBrowser.js
│   └── TLoader.js
├── three
│   ├── App2D.js
│   ├── App3D.js
│   ├── AppAR.js
│   ├── AppEvent.js
│   ├── AssetController.js
│   ├── AssetLoader.js
│   ├── AssetManager.js
│   ├── BitmapFont.js
│   ├── DRACOLoader.js
│   ├── DeltaControls.js
│   ├── HitBox.js
│   ├── Hitbox2.js
│   ├── MaterialExtra.js
│   ├── Object3DExtend.js
│   ├── ObjectManager.js
│   ├── OverlayScene.js
│   ├── Pool.js
│   ├── SkyboxHandle.js
│   ├── ThreeUI.js
│   ├── ThreeUtils.js
│   ├── TweenHandle..js
│   ├── components
│   │   ├── Basic3DScene.js
│   │   ├── ButtonDebug.js
│   │   └── StatDebug.js
│   └── particle
│       └── ConfettiExplosion.js
└── utils
    ├── Api.js
    ├── ArrayExtra.js
    ├── Browser.js
    ├── Camera.js
    ├── Checker.js
    ├── Color.js
    ├── Console.js
    ├── Device.js
    ├── EventDispatcher.js
    ├── FileUpload.js
    ├── FileUtils.js
    ├── MathExtra.js
    ├── OS.js
    ├── ObjectExtra.js
    ├── ReactUtils.js
    ├── ScrollPos.js
    ├── Slug.js
    ├── Timer.js
    ├── Url.js
    ├── UrlUtils.js
    ├── UserLS.js
    ├── Uuid.js
    ├── Validation.js
    ├── backend
    │   ├── file
    │   │   ├── createDir.js
    │   │   ├── fileMove.js
    │   │   └── findFilesByExt.js
    │   └── zip
    │       └── extractZip.js
    ├── isMobileOrTablet.js
    └── string
        ├── GenerateString.js
        ├── RandomString.js
        └── StringExtra.js

Support

Liên hệ TOP GROUP Developers nếu cần hỗ trợ.

Readme

Keywords

none

Package Sidebar

Install

npm i diginext-plugins

Weekly Downloads

2

Version

1.0.17

License

none

Unpacked Size

5.15 kB

Total Files

2

Last publish

Collaborators

  • tamlam
  • mrgoonie