Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nef api - carbon #95

Merged
merged 2 commits into from
Oct 27, 2019
Merged

update nef api - carbon #95

merged 2 commits into from
Oct 27, 2019

Conversation

miguelangel-dev
Copy link
Member

@miguelangel-dev miguelangel-dev commented Oct 22, 2019

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 or Window canvas for the rendering process. User has only need to focus on the response and handle it.

Example of use

nef.carbon(code: code,
           style: style,
           outputPath: outputPath,
           success: { completion(true) }, failure: { _ in completion(false) })

@miguelangel-dev miguelangel-dev changed the base branch from master to develop October 22, 2019 10:06
@miguelangel-dev miguelangel-dev merged commit 61e0cbb into develop Oct 27, 2019
@miguelangel-dev miguelangel-dev deleted the nef-api branch October 27, 2019 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants