You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-code.ts 96B

12345678
  1. export default `new Circle({
  2. point: [200, 200],
  3. })
  4. new Rectangle({
  5. point: [400, 300],
  6. })
  7. `