bolded the features (#855)

added bold to the features to give contrast
This commit is contained in:
Shoomba 2021-07-12 16:36:12 -03:00 committed by GitHub
parent 0d01354737
commit af64c4820f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,17 +41,17 @@ https://github.com/nodegui/examples
## Features
- 🧬 Cross platform. Should work on major Linux flavours, Windows and MacOS.
- 📉 Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
- 💅 Styling with CSS (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).
- ✅ Complete Nodejs api support (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.
- 🎪 Native widget event listener support. Supports all events available from Qt / NodeJs.
- 💸 Can be used for Commercial applications.
- 🕵️‍♂️ Good Devtools support.
- 📚 Good documentation and website.
- 🧙‍♂️ Good documentation for contributors.
- 🦹🏻‍♀️ Good support for dark mode (Thanks to Qt).
- 🏅First class Typescript support. (Works on regular JS projects too 😉).
- 🧬 **Cross platform.** Should work on major Linux flavours, Windows and MacOS.
- 📉 **Low CPU and memory** footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
- 💅 **Styling with CSS** (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).
- ✅ **Complete Nodejs api support** (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.
- 🎪 **Native widget event listener support.** Supports all events available from Qt / NodeJs.
- 💸 **Can be used for Commercial applications.**
- 🕵️‍♂️ **Good Devtools support.**
- 📚 **Good documentation and website.**
- 🧙‍♂️ **Good documentation for contributors.**
- 🦹🏻‍♀️ **Good support for dark mode (Thanks to Qt).**
- 🏅**First class Typescript support.** (Works on regular JS projects too 😉).
## Getting Started