Closed miguelangel-dev closed 5 years ago
To offer a better user experience, I have updated the API on how to consume Carbon.
Carbon
Now, you do not have to worry about any View or Window canvas for the rendering process. User has only need to focus on the response and handle it.
View
Window
nef.carbon(code: code, style: style, outputPath: outputPath, success: { completion(true) }, failure: { _ in completion(false) })
Description
To offer a better user experience, I have updated the API on how to consume
Carbon
.Now, you do not have to worry about any
View
orWindow
canvas for the rendering process. User has only need to focus on the response and handle it.Example of use