Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 776 Bytes

readme.md

File metadata and controls

34 lines (18 loc) · 776 Bytes

Canvas Effects

All the required setup code is in the app.tsx file.

Task 1

Create a text effect that looks like a carved wood sign:

Notice how the text is engraved into the wood and has light reflection and depth.

Test Criteria

  • Ensure that the effect can be applied to text with a wide range of colors from white to black and RGB spectrum.

Task 2

Create a text outline effect that follows the shape of the text:

One possible solution is to by stroking the text, but you will need to find a way to seamlessly connect the edges of the words together.

Test Criteria

  • This must support words on multiple lines and single lines.