Description
The main idea of this project is to have an online tool to be able to visually add formatting to a text and get back a swift and/or objective-c code to reproduce that formating.
Transformer alternatives and similar libraries
Based on the "Reference" category.
Alternatively, view Transformer alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of Transformer or a related project?
README
The main idea of this project is to have an online tool to be able to visually add formatting to a text and get back a swift
and/or objective-c
code to reproduce that formating.
Sample
[Static-Sample](images/sample.png)
Modules
To Do
Please if you feel like sending a PR you are more than welcome to do it! The way the app is built is pretty simple and if you need some help to get started feel free to get in touch with me!
- [x] Basic structure and design.
- [ ] Be able to drag and drop custom fonts to be used.
- [ ] Use numbers for text size instead of clases.
- [ ] Optimization of code generated when multiple lines with same format,
- [ ] Keep supporting more formats! Or even for Cocoa?
Usage
- Install dependencies:
npm install
- Start a server listening on localhost:3000 to preview the project:
npm start
- Compile
npm run-script build
- Test
npm test