Skip to content

Commit

Permalink
Merge branch 'master' of github.com:charoitel/lambda-node-canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
charoitel committed May 9, 2020
2 parents 7d86e84 + 56dfd70 commit f80598a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# About node-canvas

[node-canvas](https://github.com/Automattic/node-canvas) is a Cairo backed Canvas implementation for Node.js by [Automattic](https://github.com/Automattic). It is an implementation of the Web Canvas API and implements that API as closely as possible. For API documentation, please visit [Mozilla Web Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API). See [Compatibility Status](https://github.com/Automattic/node-canvas/wiki/Compatibility-Status) for the current API compliance.
[node-canvas](https://github.com/Automattic/node-canvas) is a Cairo backed Canvas implementation for Node.js by [Automattic](https://github.com/Automattic). It implements the [Mozilla Web Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) as closely as possible. For the current API compliance, please check [Compatibility Status](https://github.com/Automattic/node-canvas/wiki/Compatibility-Status).

# About lambda-node-canvas

lambda-node-canvas is an implementation of node-canvas for manipulating vector graphics on AWS Lambda, with using AWS Lambda Layer to manage the dependency with node-canvas in order to enable inline editing of the function code.
[lambda-node-canvas](https://github.com/charoitel/lambda-node-canvas) or [cairo-canvas-nodejs](https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:990551184979:applications~cairo-canvas-nodejs) published on [AWS Serverless Application Repository](https://aws.amazon.com/serverless/serverlessrepo) is a serverless application which manipulating vector graphics using node-canvas on [AWS Lambda](https://aws.amazon.com/lambda), with using AWS Lambda Layer to manage the dependency with node-canvas in order to enable inline editing of the function code.

## Getting started

To use lambda-node-canvas, please visit [application page](https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:990551184979:applications~cairo-canvas-nodejs) on [AWS Serverless Application Repository](https://aws.amazon.com/serverless/serverlessrepo/), then deploy the serverless application using the **Deploy** button on the page.
To get started, please visit https://github.com/charoitel/lambda-node-canvas/wiki/Getting-Started

The deployment of the serverless application may take a few minutes, once the application is deployed and ready, the code of the *Function* could be edited using inline code editor in AWS Lambda console.
Made with ❤️ by Charoite Lee. Available on the [AWS Serverless Application Repository](https://aws.amazon.com/serverless)

## License

MIT License

0 comments on commit f80598a

Please sign in to comment.