cirCeTZ icon indicating copy to clipboard operation
cirCeTZ copied to clipboard

Add Package Features

Open schang412 opened this issue 2 years ago • 2 comments

Point to cetz v0.0.1 and use update necessary functions. Add typst.toml for packaging.

schang412 avatar Jul 18 '23 22:07 schang412

Hi, two things:

  • https://github.com/fenjalien/circuitypst/pull/3 was built on top of this merge request.
  • I don't like very much

import "@local/circuitypst:0.0.1": node, to

in the examples folder, because is not convenient for development (one should install the package locally every time). It's way more better to replace it with

import "../circuitypst.typ": node, to

and launch the compilation with

typst --root "." watch .\examples\current-shunt.typ

flavio20002 avatar Jul 27 '23 08:07 flavio20002

Should this also not use cetz:0.1.1 as the package version?

Gobot1234 avatar Sep 26 '23 09:09 Gobot1234