Skip to content

EricEisaman/aframe-shaderfrog-component

Repository files navigation

maintainer

Maintainer


Description

This is a boilerplate for designing and maintaining libraries, frameworks, and plugins.


Features


Building

  • Development/Staging Builds:
    • Edit the package.json with your details.
    • Edit the source code found in the src directory.
    • Edit the library name in public/staging/index.html
    • In the Terminal pnpm run dev
    • Show Staging Page
  • Production Builds:

Publishing to NPM

Use the following pattern to publish any npm package from Glitch

Do Once:

Do Every Publish

  • In the Terminal pnpm run publish

🎉Congratulations!🎉

From Node

  • You can now install and require your NPM package!

In Your HTML


If Neccessary You Can Also Unpublish a Version

  • In the Terminal pnpm run unpublish 0.0.10

About

Use shaders designed at shaderfrog.com in your A-Frame applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published