Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
/ luke_textui Public archive

FiveM resource that draws text on the screen, built using Svelte, Typescript and webpack

License

Notifications You must be signed in to change notification settings

LukeWasTakenn/luke_textui

Repository files navigation

luke_textui

My first project in Svelte and Typescript, really simple text drawing using NUI.

Video Showcase

To trigger (client-side):

TriggerEvent('luke_textui:ShowUI', text, color) - Both params are string type.

To hide (client-side):

TriggerEvent('luke_textui:HideUI')

Installing the resource

  • Download the latest release
  • Drag and drop the luke_textui folder into your resources folder
  • Start the resource in your server.cfg

Development

Install the dependencies:

npm install

To build for development:

npm run dev

Develop at localhost:8080.

To build for production:

npm run build

This will build the minimied code optimized for production.

All suggestions are welcome, if you encounter an issue please open a new Issue on the repository.

About

FiveM resource that draws text on the screen, built using Svelte, Typescript and webpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published