Skip to content

volbap/Transformer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformer

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 attributed string with that format.

Modules

Usage

  • Install dependencies:
npm install
  • Start a server listening on localhost:3000 to preview the project:
npm start
  • Compile
npm run compile

Sample

Static-Sample

Sample

To Do

  • Basic structure
  • Basic design
  • Add NSAttributedStringKey.foregroundColor
  • Add NSAttributedStringKey.font
  • Add NSAttributedStringKey.backgroundColor
  • Add button to copy the generated code.
  • Be able to drag and drop custom fonts to be used
  • Use numbers for text size instead of clases
  • Add tests
  • Keep adding support for more NSAttributedStringKey
  • Add support for objective-c

About

Easy Attributed String Creator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • CSS 12.5%
  • HTML 4.3%