We know the use of [draft] in graphicx package
\usepackage[draft]{graphicx}
Do we have any option like [draft] in tikz? Sothat we need not compile the tikz picture for every run and need not look at the picture...Is it possible to have something like this?
\usepackage[draft]{tikz}
or do i have any other method to do it?

