https://github.com/sampoder/holocron
🥽 Use your Jedi Challenges headset for anything!
https://github.com/sampoder/holocron
Last synced: 3 months ago
JSON representation
🥽 Use your Jedi Challenges headset for anything!
- Host: GitHub
- URL: https://github.com/sampoder/holocron
- Owner: sampoder
- Created: 2020-12-26T05:46:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T05:09:02.000Z (over 4 years ago)
- Last Synced: 2025-02-28T21:06:49.333Z (3 months ago)
- Language: JavaScript
- Homepage: https://holocron.vercel.app/
- Size: 1.04 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hackclub - holocron - [@sampoder](https://github.com/sampoder) - **(JavaScript)** _🥽 Use your Jedi Challenges headset for anything!_ (Fun & Games)
README
# 🥽 holocron
Use your Jedi Challenges headset for anything](https://www.npmjs.com/package/@sampoder/holocron)
## Install
```bash
npm install --save @sampoder/holocron
yarn add @sampoder/holocron
```## Usage
```jsx
import Holocron from '@sampoder/holocron'function Title(){
returnThe Hello World!
}function LaunchButton(){
return Play
}function FullscreenButton(){
return Fullscreen
}function App() {
return (
}
backgroundColor='#8492a6'
launch={}
mode="left"
fullscreen={}
>
Hello World
)
}export default App
```## License
MIT © [sampoder](https://github.com/sampoder)