Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampoder/holocron
🥽 Use your Jedi Challenges headset for anything!
https://github.com/sampoder/holocron
Last synced: 16 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T05:09:02.000Z (almost 4 years ago)
- Last Synced: 2024-09-17T19:57:06.084Z (about 2 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![![NPM](https://img.shields.io/npm/v/@sampoder/holocron.svg)](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)